GLee
From GPWiki
The GLee (GL Easy Extension) library is a free (modified BSD licence), cross platform, OpenGL extension loading library that provides simple access to the extended features of OpenGL up to 3.0.
The code is pure ANSI C and can be used with any C/C++ compiler. Simply including the library is enough to gain access to the OpenGL extensions, but there are helper functions to assist with detecting extension availability and forced loading/initialisation.
Platforms
- Windows
- Linux
- FreeBSD
- Mac OS X