OpenGL Extension Wrangler Library

"GLEW" redirects here. For other uses, see Glew (disambiguation).
OpenGL Extension Wrangler Library
Initial release 12 December 2002 (2002-12-12)
Stable release
2.0.0 / 24 July 2016 (2016-07-24)
Written in C
Platform Cross-platform
License Modified BSD licenses / GNU GPL
Website glew.sourceforge.net

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, and the header file generator is under the GNU GPL.

See also

This article is issued from Wikipedia - version of the 9/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.