Hello there! Having almost completed my first degree in Computer Science at the italian university of Bari, I have to start working on my thesis. I would like to do something regarding OpenGL, and my teacher suggested me to find which implementation of OpenGL in Java was the best. Just so you know, the overall argument of the thesis will be something having to do with information visualization (we have not yet decided).
Anyway I found out that the best implementation of OpenGL for Java was… OpenGL4Java but right now it’s defunct and JOGL has taken its place. So JOGL seems to be the right choice, but I would like to know where I can find some tutorials and documentation regarding JOGL… because If I can’t find any information we’ll probably have to switch to a C++ implementation (I presume that C++ documentation is more common).
The question is… what should I do to learn the ropes of JOGL? Can I just learn everything, just by reading the source code of the demos and the javadoc file? How did you learn JOGL?
Thanks in advance.