[Name] GLEW
[Summary] A cross-platform open-source C/C++ OpenGL extension loading library.
[Description] The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. GLEW has been tested on a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.
[License] Parts of the library code are under the Modified BSD License, other parts under MIT license. Helper tools are under the GNU GPL.
[Homepage] http://glew.sourceforge.net
