mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-24 06:45:07 +00:00
66 lines
2.0 KiB
HTML
66 lines
2.0 KiB
HTML
<p>
|
|
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.
|
|
</p>
|
|
|
|
<h2>Downloads</h2>
|
|
<p>
|
|
<a href="http://sourceforge.net/projects/glew/">GLEW</a> is distributed
|
|
as source and precompiled binaries.<br/>
|
|
The latest release is
|
|
<a href="https://github.com/nigels-com/glew/releases/tag/glew-2.3.0">2.3.0</a>[10-10-23]:
|
|
</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="https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.zip">ZIP</a> |
|
|
<a href="https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.tgz">TGZ</a></td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
<td align="right"><b>Binaries</b></td>
|
|
<td></td>
|
|
<td align="left">
|
|
<a href="https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0-win32.zip">Windows 32-bit and 64-bit</a>
|
|
</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</tr>
|
|
</table>
|
|
|
|
<p></p>
|
|
<p>
|
|
An up-to-date copy is also available using <a href="http://git-scm.com/">git</a>:
|
|
</p>
|
|
<ul>
|
|
<li><a href="https://github.com/nigels-com/glew">github</a><br/>
|
|
<tt>git clone https://github.com/nigels-com/glew.git glew</tt><br/> </li>
|
|
</ul>
|
|
|
|
<h2>Supported Extensions</h2>
|
|
<p>
|
|
The latest release contains support for OpenGL 4.6, compatibility and forward-compatible contexts and the following extensions:
|
|
</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>
|
|
<li><a href="eglew.html">EGL extensions</a>
|
|
</ul>
|