Login  Register

Re: Using code of JOGL 1.0 in JOGL 2.0

Posted by Pixelapp on May 18, 2013; 6:40pm
URL: https://forum.jogamp.org/Using-code-of-JOGL-1-0-in-JOGL-2-0-tp4029190p4029191.html

Does it immediately work? No.

Is it easy to port? Yes.

You just have to change about 2 or 3 method calls and then change names like GL1 to GL2. And that's all you will need to do.

Feel free to come back to the forum if you experience difficulties while you work on it.