Login  Register

Re: Totally confused

Posted by Wade Walker on Nov 12, 2010; 2:09am
URL: https://forum.jogamp.org/Totally-confused-tp1884224p1886586.html

tomd wrote
Are there any more recent tutorials?
I've got a very recent tutorial at http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/. Justin also has a good beginner tutorial at https://sites.google.com/site/justinscsstuff/jogl-tutorials.

All the tutorials for JOGL 2 are listed at http://jogamp.org/wiki/index.php/Jogl_Tutorial.

tomd wrote
Is it a good idea to use GL2 (is it stable or experimental at the moment).
I wouldn't base a production-quality system on it quite yet, but it's improving rapidly. Our code at my workplace still uses JOGL 1.1.1a for stability, but we're evaluating JOGL 2 and will switch over as soon as our experiments show that it runs on all our platforms.