Login  Register

porting JOGL 1 code into JOGL 2.0

Posted by JOGL_Noob on Feb 03, 2012; 7:28am
URL: https://forum.jogamp.org/porting-JOGL-1-code-into-JOGL-2-0-tp3712366.html

Hello,

I have a project I am trying to rebuild to use JOGL 2.0
I am currently seeing a lot of methods in javax.media.opengl.GL that are used in JOGL 1.x code that are no longer there in JOGL 2.0. Is there some guide that shows how to do this systematically?
If not what sources would you recommend for a total JOGL noob :) ?

From what I understand JOGL 1.0 is associated with OpenGL 1.0 and JOGL 2.0 is OpenGL 4.0?
Would a book on each help understand the differences?

I am using a windows build for JOGL 2 from around July 2011 from joamp site.

Thanks in advance!