- You can download OpenGL here.
- GLUT is a simple UI lib for use with OpenGL.
- Another site for GLUT: Nate Robins.
- Help installing GLUT in Vis Studio .NET 2003.
- Installing GLUT & OpenGL in Visual Studio 2010 and Windows 7/Vista/XP
- Graphical step-by-step for using GLUT and OpenGL on Windows 7/Vista/XP with Visual Studio 2008/2010
- Aaron Schultz on setting things up
- OpenGL 3 or later (shaders etc.)
- oglDev's intro. Nice, step by step, moving through shaders to advanced techniques.
- Joe Groff's intro. More complex, includes shading with GLSL.
- Anton Gerdelan's intro. Very specific example with GLSL.
- opengl-tutorial.org's intro. Again, involves shaders.
- Earlier versions of OpenGL (immediate mode etc.)
- Josh Stratton's nice hello world. Very basic immediate mode example.
- Lazy Foo intro. Starts very basic, then proceeds to 3 stuff.