Re: How to update old code...tutorials?

Posted by gouessej on
URL: https://forum.jogamp.org/How-to-update-old-code-tutorials-tp4025415p4025416.html

Hi

I spent a lot of time in updating the JOGL user guide, I advise you to look at it, especially the part about the profiles:
http://jogamp.org/jogl/doc/userguide/
http://jogamp.org/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html

JOGL public APIs have changed a lot since JOGL 1.1.1 but I ported several engines, it is a quite straightforward task, you just have to replace some imports, a few classes (BufferUtil -> com.jogamp.common.nio.Buffers), some constructors use additional parameters, it is not difficult.

Good luck.
Julien Gouesse | Personal blog | Website