Login  Register

Re: What JOGL version should I used for 3Delighted.net?

Posted by gouessej on Apr 13, 2017; 1:00pm
URL: https://forum.jogamp.org/What-JOGL-version-should-I-use-for-3Delighted-net-tp4037855p4037856.html

Hi

I can help you to port your code, most of the efforts consist in updating the package names, BufferUtils -> Buffers, using a GLProfile... The maintenance of JOGL 1 was abandoned in 2010 as far as I remember, there is no other solution than switching to JOGL 2. The latest version is JOGL 2.3.2, the next maintenance release is JOGL 2.3.3.

I advise you to read this article to understand the evolution of JOGL:
http://jogamp.org/jogl/doc/Overview-OpenGL-Evolution-And-JOGL.html

Using an obsolete version of JOGL in production is a very bad idea, migrating should be the next thing you should do, you will get no help on JOGL 1 whereas JOGL 2 is actively maintained.
Julien Gouesse | Personal blog | Website