MacOS support of fsbrain #47
Labels
infrastructure
Testing and dev infrastructure (server, CI,....).
investigate
needs some investigation
more info needed
We need more information to decide on this.
upstream
Issue with another package that is a dependency of fsbrain. Must be changed there.
Problem: There are increasing numbers of technical problems being reported under Mac OS, and I do not have access to a Mac anymore since I changed labs.
The issues are all downstream rgl problems, where no figures are shown (e.g., #46, #37) or similar issues.
I feel that since OpenGL is not officially supported by Apple anymore, it is a matter of time when we will stop supporting MacOS. The problem is that
rgl
, the renderer used byfsbrain
, is based on OpenGL. I am not aware of any alternative renderer we could use under MacOS. If people have ideas, please let me know. That being said, even though OpenGL has been deprecated, it should still work right now, but we will have to come up with an idea for the future.I considered writing a renderer myself (or rather wrapping an existing C++ renderer into an R package), but given that I am currently leaving R behind for Python and Julia, this seems to be way too much work. For now, we will wait what the R community comes up with.
The text was updated successfully, but these errors were encountered: