OpenGL tutorials?

Hopefully, some of you may be a newbie like myself, so you might find the following useful:

nehe.gamedev.net

Tons of OpenGL tutorials that will help get you started (I hope). Most of the early tutorials that I’ve checked also have Java source code available (VC++ is the language of choice for the actual tutorials), but I’d think with careful analysis and a bit of thought, you can figure out how to do the conversions yourself with the tutorials that don’t currently have java source. And if you do figure it out, you might think about submitting it. :slight_smile:

Cas: Have you checked out this site? Are the java sources good? Can you use them with LWJGL?

Uhm - we are distributing nehe ports along with lwjgl :wink:
It’s in the examples.jar file - and we also link to chman’s site, which has many of them ported:http://chman-area.tuxfamily.org/

[quote]Uhm - we are distributing nehe ports along with lwjgl :wink:
It’s in the examples.jar file - and we also link to chman’s site, which has many of them ported:http://chman-area.tuxfamily.org/
[/quote]
LOL… Yeah, I haven’t actually dug into LWJGL yet (although it is installed…). And after that post, I also saw some other posts referencing NeHe tutorials that I glossed over before (not knowing what a “NeHe” tutorial was, probably.

So, it’s old news. If /. can do it…
:wink:

C++ should be pretty easy to understand for a java programmer.

I had no problems porting the later tutorials from nehe/gt to java, all of them should work great on java.

OpenGL1.1 redbook. A little bit outdated, but I find it better than most of the tutorials which only mention special pieces without giving an overview over the complete language.
Additionally you can download the OpenGL1.4 specs from opengl.org

http://www.dcc.unicamp.br/~lmarcos/courses/mc603/redbook/