Is possible add this to haiku?
meybe other program to 3d printing?
Looks like it uses Qt5. Perhaps investigate a bit further and see if you can find it's full list of dependencies. Then if/when we have all of the required dependencies building on Haiku, a full port can then be considered.
I think I had a try, and it's not easy in the end. AFAICT opencsg especially is rather hard to get ported.
Opencsg is easy, openscad too, but Qt got no GL context supports, and openscad dies as it tries to initialize it.
It would be helpful if someone were to compile the full list of dependencies and post them here. Then those can be worked on first.
meybe porting only commandline version?
I have script not needed preview
meybe porting only commandline version?
I have script not needed preview
that could serve as a good first step. Are you able to build it on Haiku?
It's worth noting that Cura is written in the Uranium Framework on PyQT5... that would definitely need opengl support in QT also.
Most helpful comment
Opencsg is easy, openscad too, but Qt got no GL context supports, and openscad dies as it tries to initialize it.