Revision 3 as of 2006-11-30 21:28:29

Clear message

OpenGL is a well-known library for displaying 2D and 3D graphics.

On a Linux system, OpenGL is divided into a number of distinct libraries:

Because there are so many libraries, programming OpenGL is kind of a mess; one program may use constants and functions from several of the above libraries.

The ["PyOpenGL"] library is the set of Python bindings for OpenGL.

Unable to edit the page? See the FrontPage for instructions.