Main Page
About this Wiki
This Wiki is an attempt to collect answers to frequently asked questions on the OpenGL.org forums. The hope is that by using a Wiki rather than a classic FAQ page, the information contained here will be kept relevant and up to date.
Getting started
Discusses the things you need to know before you can get started with OpenGL. This includes how to set up OpenGL runtime libraries on your system, as well as information on setting up your development environment.
General OpenGL
Explains the basics of the OpenGL API and answers the most frequently asked questions about it.
OpenGL extensions
Introduces OpenGL's extension mechanism, and elaborates on the many extensions that are available.
Shading languages
Discusses the shading languages available for programmable vertex and fragment processing in OpenGL.
Math and algorithms
Offers API-agnostic discussion of 3D application design, rendering techniques, 3D maths, and other topics related to computer graphics.
Platform specifics
Focuses on OS-dependent issues that OpenGL applications may bump into.
Hardware specifics
Discusses the peculiarities of the different video cards and drivers that are out there.
Related toolkits and APIs
Provides an overview of various OpenGL toolkits (GLU, Glut, extension loading libraries, ...), higher-level APIs and other utility libraries.
History of OpenGL
TBD