need helpful links, tutorials, sites, etc.

hi, im new to opengl coding. where can i find good tutorials, links, sites, all that stuff. i want to make demos.

http://nehe.gamedev.net

Originally posted by MosaFacku:
hi, im new to opengl coding. where can i find good tutorials, links, sites, all that stuff. i want to make demos.

[This message has been edited by nexusone (edited 02-20-2002).]

I also enjoy: http://www.gametutorials.com

edit:
Here’s a plethora of links: http://www.google.com/search?hl=en&q=opengl+tutorials

[This message has been edited by yakuza (edited 02-20-2002).]

http://hem.passagen.se/opengl/glfw

(press ‘Get Started’)

Links to compilers, editors, OpenGL drivers, documents, tutorials etc. Basically what you can find with GOOGLE, on www.opengl.org etc., but more well organized.

Please let me know what you would like to see in such a page (I’m the author of the Web site).

i’m also new here.

can anybody post a link for required files like glaux.h or gltk.h? thx!

glaux.h and glaux.lib comes with Microsoft Visual C++, there is support out there for other compilers. But glaux is outdated, better to use GLUT, you will find links for it here on this site.
gltk (GL Tool kit)is another library file for support of extra functions. I have not used it, but if you do a search on the internet or some else here may know it better… post it as a topic “What is gltk?”
For a good site with lot’s of good examples: http://nehe.gamedev.net

Originally posted by grave_coder:
[b]i’m also new here.

can anybody post a link for required files like glaux.h or gltk.h? thx![/b]

[This message has been edited by nexusone (edited 02-24-2002).]