Jump to content

OpenGL Extension Wrangler Library

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2a02:810d:9c0:adf:4a5b:39ff:fe4d:1499 (talk) at 14:06, 12 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Initial release12 December 2002 (2002-12-12)
Stable release
2.2.0 / 10 January 2021; 4 years ago (2021-01-10)
Repository
Written inC
PlatformCross-platform
LicenseModified BSD licenses / GNU GPL
Websiteglew.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.

GLEW 2.1.0 added support for OpenGL 4.6.

See also