2005-01-05 01:17:23 +00:00
<!--
Copyright (C) 2002-2005 Milan Ikits < milan ikits [ ] ieee org >
Copyright (C) 2002-2005, Marcelo E. Magallon < mmagallo [ ] debian org >
This documentation may not be modified or redistributed in any
form, except by the copyright holder.
-->
<!doctype html public "-//w3c//dtd html 4.01 transitional//en" "http://www.w3.org/TR/html/4/loose.dtd">
<!-- <img src="new.png" height="12" alt="NEW!"> -->
< html >
< head >
< title >
GLEW: The OpenGL Extension Wrangler Library
< / title >
< meta http-equiv = "content-type" content = "text/html; charset=US-ASCII" >
< link href = "glew.css" type = text/css rel = stylesheet >
< / head >
< body bgcolor = "#fff0d0" >
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
< table border = "0" width = "100%" height = "100%" cellpadding = "12" cellspacing = "8" >
< tr >
< td bgcolor = "#ffffff" align = "left" valign = "top" width = "200" >
< table border = "0" width = "100%" cellpadding = "0" cellspacing = "0" align = "left" >
< tr >
< td valign = "top" >
< table border = "0" width = "100%" cellpadding = "0" cellspacing = "0" align = "left" >
2005-01-06 06:54:46 +00:00
< tr > < td align = "center" > < i > Latest Release: < a href = "https://sourceforge.net/project/showfiles.php?group_id=67586&package_id=67942&release_id=294527" > 1.3.0< / a > < / i > < / td > < / tr >
2005-01-05 01:17:23 +00:00
< tr > < td align = "center" > < br > < / td > < / tr >
< tr > < td align = "center" > < img src = "./glew.png" alt = "GLEW Logo" width = "97" height = "75" > < / td > < / tr >
< tr > < td align = "center" > < br > < / td > < / tr >
< tr > < td align = "center" >
< table border = "0" cellpadding = "0" cellspacing = "0" align = "center" >
2005-01-06 06:54:46 +00:00
< tr > < td align = "center" > < b > Download< / b > < / td > < / tr >
2005-01-05 01:17:23 +00:00
< tr > < td align = "center" > < a href = "install.html" > Installation< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "basic.html" > Basic Usage< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "advanced.html" > Advanced Usage< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "credits.html" > Credits & Copyright< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "log.html" > Change Log< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "http://sourceforge.net/projects/glew/" > Project Page< / a > < / td > < / tr >
< tr > < td align = "center" > < a href = "http://sourceforge.net/tracker/?group_id=67586" > Bug Tracker< / a > < / td > < / tr >
< / table >
< tr > < td align = "center" > < br > < / tr >
< / table >
< / td >
< / tr >
< tr >
< td valign = "bottom" >
< table border = "0" width = "100%" cellpadding = "5" cellspacing = "0" align = "left" >
< tr > < td align = "center" > < i > Last Update: 01-04-05< / i > < / td > < / tr >
2005-01-06 06:54:46 +00:00
< tr > < td align = "center" >
< a href = "http://www.opengl.org" > < img src = "./ogl_sm.jpg" width = "68"
height="35" border="0" alt="OpenGL Logo" valign="top">< / a >
< a href = "http://sourceforge.net" > < img
src="http://sourceforge.net/sflogo.php?group_id=67586& type=1"
width="88" height="31" border="0" alt="SourceForge Logo"
valign="bottom">< / a >
< / td >
< / tr >
2005-01-05 01:17:23 +00:00
< / table >
< / td >
< / tr >
< / table >
< / td >
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
< td bgcolor = "#ffffff" align = "left" valign = "top" >
< h1 align = "center" > The OpenGL Extension Wrangler Library< / h1 >
< p >
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++
extension loading library. GLEW provides efficient run-time
2005-01-05 01:32:15 +00:00
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 is available for a variety of
operating systems, including Windows, Linux, Mac OS X, FreeBSD, Irix,
and Solaris.
2005-01-05 01:17:23 +00:00
< / p >
2005-01-06 06:54:46 +00:00
< h2 > Download Center< / h2 >
< p >
< a href = "http://sourceforge.net/projects/glew/" > GLEW< / a > is distributed
as source and precompiled binaries. The latest release is
< a
href="https://sourceforge.net/project/showfiles.php?group_id=67586& package_id=67942& release_id=294527">1.3.0< / a >
[01-04-05]:
< / p >
< p >
< center >
< font color = "#f00000" >
< b > The names of the shared objects are broken in the 1.3.0 release. The
problem will be fixed as soon as possible.< / b >
< / font >
< / center >
< / p >
< p >
< / p >
< p >
< table border = "1" cellpadding = "5" cellspacing = "0" bgcolor = "#f0f0f0" align = "center" >
< tr >
< td >
< table border = "0" cellpadding = "3" cellspacing = "0" >
< tr >
< td > < / td >
< td align = "right" > < b > Source< / b > < / td >
< td > < / td >
< td align = "left" > < a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-src.zip?download" > ZIP< / a > | < a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-src.tgz?download" > TGZ< / a > < / td >
< td > < / td >
< / tr >
< tr >
< td > < / td >
< td align = "right" > < b > Binaries< / b > < / td >
< td > < / td >
< td align = "left" > < a
href="http://prdownloads.sourceforge.net/glew/glew-1.3.0-win32.zip?download">Windows< / a > | < a
href="http://prdownloads.sourceforge.net/glew/glew-1.3.0-linux32.tgz?download">Linux< / a > | OS X (< a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-darwin32-agl.tgz?download" > AGL< / a > ,< a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-darwin32-glx.tgz?download" > GLX< / a > ) | < a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-irix64.tgz?download" > Irix< / a > | < a href = "http://prdownloads.sourceforge.net/glew/glew-1.3.0-solaris32.tgz?download" > Solaris< / a > < / td >
< / td >
< td > < / td >
< / td >
< / tr >
< / table >
< / tr >
< / table >
< / p >
< p > < / p >
< p >
The up-to-date development version is available from the public repository:
< / p >
< p >
< tt > cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/glew login< / tt > < br >
< tt > < enter> < / tt > < br >
< tt > cvs -d :pserver:anonymous@cvs.sourceforge.net:/cvsroot/glew co glew< / tt > < br >
< / p >
< h2 > News< / h2 >
< ul >
< li > [01-04-05] < a href = "https://sourceforge.net/project/showfiles.php?group_id=67586&package_id=67942&release_id=294527" > GLEW 1.3.0< / a > adds core OpenGL 2.0 support plus many enhancements
< li > [12-22-04] < a href = "http://glewpy.sf.net/" > GLEWpy< / a > Python wrapper announced
< li > [12-12-04] < a
href="https://sourceforge.net/mail/?group_id=67586">Mailing lists< / a > created on sourceforge
< li > [12-06-04] < a
href="http://sourceforge.net/project/showfiles.php?group_id=67586& package_id=67942& release_id=287948">
GLEW 1.2.5< / a > adds new extensions and support for FreeBSD
< / ul >
2005-01-05 01:17:23 +00:00
< h2 > Supported Extensions< / h2 >
< p >
2005-01-06 06:54:46 +00:00
The latest release contains support for OpenGL 2.0 and the following extensions:
2005-01-05 01:17:23 +00:00
< / p >
< ul >
< li > < a href = "glew.html" > OpenGL extensions< / a >
< li > < a href = "wglew.html" > WGL extensions< / a >
< li > < a href = "glxew.html" > GLX extensions< / a >
< / ul >
< h2 > Links< / h2 >
< ul >
< li > < a
href="http://www.opengl.org/resources/faq/getting_started.html">
OpenGL Getting Started FAQ< / a > < / li >
< li > < a
href="http://www.opengl.org/resources/features/OGLextensions/">
All About OpenGL Extensions< / a > < / li >
< li > < a href = "http://oss.sgi.com/projects/ogl-sample/registry/" > OpenGL Extension Registry< / a > < / li >
< li > < a
href="http://www.ati.com/developer/sdk/radeonSDK/html/info/Prog3D.html">ATI
OpenGL Extension Specifications< / a > < / li >
< li > < a
href="http://developer.apple.com/opengl/extensions.html">
APPLE OpenGL Extensions Guide< / a > < / li >
< li > < a
href="http://developer.nvidia.com/view.asp?IO=nvidia_opengl_specs">NVIDIA
OpenGL Extension Specifications< / a > < / li >
< / ul >
< / td >
< / tr >
< / table >
< / body >