Part 0: Getting OpenGL Set Up
In this part, you will learn how to get OpenGL and GLUT set up on Windows, Mac OS X, or Linux, so that you can get started making 3D programs. You can use OpenGL on other operating systems, but this tutorial doesn't cover how to get it set up on those OSes.
Lessons in this part:
- Lesson 0a: Getting OpenGL Set Up on Windows
- Lesson 0b: Getting OpenGL Set Up on Mac OS X
- Lesson 0c: Getting OpenGL Set Up on Linux
Next is "Part 1: The Basics".