libglew1.6-dev

Opengl extension wrangler - development environment
  http://glew.sourceforge.net/
  2
  1 review



The opengl extension wrangler, glew for short, is a library that handles initialization of opengl extensions in a portable and simple way. once the program initializes the library and checks the availability of extensions, it can safely call the entry points defined by the extension. currently glew supports almost all the extensions found in the opengl extension registry[1].

this package contains the development documentation as well as the required header files.
Latest reviews
5
bambitheslug 11 years ago

Works fine. I just needed it as a dependency for SFML2 snapshot and there wasn't a package, so I had to hunt for this.