Jogl Tutorial

Hi all,
Came to know about JOGL and feel excited to run my first openGL program in java. But could’nt find any tutorials on Jogl home page.

Can any one help ?
Thanks

Hi
JOGL uses the same commands as opengl, just slightly different syntax on some of them, all gl commands are prefixed with gl. Look at the demos for the init code, and then the javadoc for each command, beyond that it’s all in the nehe tutorials :slight_smile: (as in it’s openGL)

HTH

Endolf

Would be handy to have the NeHe tutorials updated with jogl samples. The first six are, but the rest are not.

I hope to provide a jogl version of the seventh, but it is slow going, as I am learning jogl and OpenGL at the same time.

Scott

Hi Endolf ,
Thanks for your reply.
I am new to openGL as well, though I know Java better than C or other language.

I spotted out nehe tutorials. Do I need to go through all lessons of installing openGL on windows or I simply need to put the jogl jar files and simply start coding.

thanks

Hi Scott,
Thanks for your reply. Could you please direct me to those 6 lessons.

Thanks

Hi
Just place the jogl jars in your classpath and the dll in your java library path (-Djava.library.path=…)

HTH

Endolf

Thanks Endolf. I got it.

Thanks

np (No problem)