Login  Register

Re: how to convert java core game to jogl game

Posted by jmaasing on Jun 01, 2014; 10:53am
URL: https://forum.jogamp.org/how-to-convert-java-core-game-to-jogl-game-tp4032388p4032389.html

I found this tutorial pretty good (along with a lot of google to find other tutorials) to get started with OpenGL programming.

http://www.arcsynthesis.org/gltut/index.html

In short, OpenGL is an API to draw on the screen. So yes you "only" need to change the drawing-on-the-screen part of your application. However, OpenGL is not a very friendly API, it takes a lot of learning to get going.