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.
Can you also tell me about the JOGL JSR-231 documentation is there an offline version which you can download.
Thanks
Yasith
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.
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.