JSR - 231 OpenGL Tutorials

Hello,
Do you know about any decent JOGL tutorials for the JSR - 231 beta 3. If you know about any tutorials please let me know. :slight_smile:
Can you also tell me about the JOGL JSR-231 documentation is there an offline version which you can download.
Thanks
Yasith :wink:

I can’t answer your first question but due to somewhat stupid legal reasons we can’t offer a zip file of the javadoc. You can use a tool like wget to download the browsable javadoc.

I’m working on moving the nehe demos on my site from jogl to jsr-231. The code changes have been done and I’m currently in the process of testing everything again. The new versions should be available sometime later this week.

There are two chapters on using JSR-231 beta 3 at the Killer Game Programming in Java site: http://fivedots.coe.psu.ac.th/~ad/jg/

You’ll find them about half way down the page.

  • Andrew

i am almost finish with converting the red book examples to java. so stay tuned.

Maybe we should put more work into the WIKI (http://wiki.java.net/bin/view/Games/JOGL) to link all this resources and make it a more central place to find stuff related to JOGL.

Hello,
Thank you for posting replies for my questions. Now I have the documentation and I got those two examples from that five dots website. :slight_smile:

I’ve finished testing the nehe ports and have uploaded the new versions to my website. They all work fine on my Powerbook, but I haven’t been able to test on any other machines yet. Let me know if somethings broken…

Awesome! Thank you very much! I had recently moved over to jogl from j3d (just as I had reached a ā€œfunctionalā€ level of competence) and I had my hands full with virtually 99% of all the tuts I had gotten hold of not working. Your effort is highly appreciated.