PINE64
Compilation of new application - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: Compilation of new application (/showthread.php?tid=4885)



Compilation of new application - jmbernabotto - 08-09-2017

Hello guys.

I'm trying to install an application naming Cura, it's for 3D print.

I have two version for I386 and for AMD64, but no way for our pinebook
so, I want to compil a tar.gz
but I need PyOpenGL and I can't install it. (obviously I write sudo apt install PyOpenGL)
An idea ?

thanks.


RE: Compilation of new application - MarkHaysHarris777 - 08-09-2017

(08-09-2017, 04:24 AM)jmbernabotto Wrote: Hello guys.

I'm trying to install an application naming Cura, it's for 3D print.

I have two version for I386 and for AMD64, but no way for our pinebook
so, I want to compil a tar.gz
but I need PyOpenGL and I can't install it. (obviously I write sudo apt install PyOpenGL)
An idea ?

thanks.


The driver does not support openGL;  only GLES ( a subset of GL )


RE: Compilation of new application - jmbernabotto - 08-09-2017

OK, thanks Marcushh.

As your mind, is it possible to implement this soft ? https://dagoma.fr/tutoriels/logiciels-neva.html
I need it fo my 3D print.


RE: Compilation of new application - daid - 08-09-2017

As the original author of Cura. (Uhm, Hi!, you will find me in odd places) It won't run on the Pinebook, it's not written for it, not designed for it. All the 3D aspects are made for a full blown desktop with proper full OpenGL support. Forget about it.


Options to look into are running the CuraEngine (just the backend that does the GCode generation) and "PronterFace" for your printer control. But that won't give a seamless experience and will require some toying and tinkering.


RE: Compilation of new application - unlimitedbacon - 08-11-2017

If you're looking for an alternative, MatterControl runs on the Pinebook (barely). The CPU gets maxed out just rendering the most basic models. Dialog boxes don't draw, but you can get around this by going to Options and switching to Touchscreen mode. Heres a link to the latest beta version for Linux.
https://mattercontrol.appspot.com/downloads/development/ag9zfm1hdHRlcmNvbnRyb2xyQQsSB1Byb2plY3QYgICAiOCSzAsMCxINUHVibGljUmVsZWFzZRiAgIDg6O-ZCgwLEgZVcGxvYWQYgICA4L73kAoM

You can also hook up CuraEngine as a backend, if you get it to compile.