OpenGL.Org
The OpenGL official site. The Latest OpenGL related
news will be post there. Lots of useful resources can also be found in this site.
OpenGL Utility Toolkit(GLUT) Website
A Window system independent toolkit for writing OpenGL programs.
A precompiled Win32 version of GLUT can be found here
Download glut-x.x.x-dlls.zip, place glut32.dll in
your Windows/System32 directory, and place glut.h, glut32.lib
in the path for your compiler(such as Microsoft Visual Studio\VC98\Include
and Microsoft Visual Studio\VC98\Lib for Visual Studio 6.0).
Mesa 3D Graphics Library
A cloned OpenGL librayr for UNIX environments. It's fully compatable with OpenGL,
and if your platform is Linux, FreeBSD... and running X-win, you might need this library.
The GLUT is already included in this library.
OpenGL Extension Registry
Official OpenGl extension web maintained by SGI.
You can find all OpenGL extensions with their formal specification documents here.
GLEW
The OpenGL Extension Wrangler Library. A useful opengl extension library for developer.
Online Books :
OpenGL Programming Guide(Red-book)
The online version of OpenGL Programming Guide.
Version 1.0
OpenGL Reference Manual(Blue-book)
The online version of OpenGL Reference Manual.
Version 1.1
Tutorials and Samples :
NeHe Productions
Toturials for learning OpenGL and useful related links.The web teach
coding 3d graphics in OpenGL step by step.