Recent Changes - Search:

edit SideBar

glew

Description

The OpenGL Extension Wrangler Library (GLEW) is a cross-platform 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 is available for a variety of operating systems, including AIX, Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris.

The library is available as 32-bit and 64-bit:

  • If you are compiling a 32-bit program, no special compiler options are needed.
  • If you are compiling a 64-bit program, you have to compile and link your application with "cc -q64" or "gcc -maix64".

Homepage: http://glew.sourceforge.net

Version: 1.7.0-1

Downloads

RPM:

Source RPM:

Package dependencies:

  • none

Older version

RPM:

Source RPM:

Package dependencies:

  • none

5.8


Even older version

RPM:

Source RPM:

Package dependencies:

  • none

All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on July 24, 2012, at 11:59 PM