Re: GL2ES2 implementation
Posted by
Francois on
Aug 23, 2011; 10:09am
URL: https://forum.jogamp.org/GL2ES2-implementation-tp3270403p3277557.html
Thanks Sven, your feedback has inspired me to "do this right".
On my journey I went to
http://jogamp.org/wiki/index.php/Building_JOGL_on_the_command_line and followed the steps. So this is my first time using Git and Ant (I usually work on small projects in Eclipse) and I managed to get it all working.
The 'Building JOGL on the command line' instructions are awesome, especially for a Windows monkey like myself. Well done guys. There is just one step left out (it might be obvious to some) and that is to install 7z and add it to your CLASSPATH otherwise it will say your Build has failed.
Why is the 'Building JOGL' link not on
http://jogamp.org/wiki/index.php/Main_Page or even
http://jogamp.org/ ??
Anyhow, onto those Gears demo's...