Jump to content

OpenGL Extension Wrangler Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 157.181.161.14 (talk) at 10:21, 26 November 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++ library that helps in querying and loading OpenGL extensions. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. All OpenGL extensions are exposed in a single header file, which is machine-generated from the official extension list. GLEW is available for a variety of operating systems, including Windows, Linux, Mac OS X, FreeBSD, IRIX, and Solaris.

GLEW is distributed under modified BSD licenses.

See also

  • GLee - OpenGL Easy Extension library