GLEW 1.5.1 Released with 31 New OpenGL Extensions


At last, a new version of GLEW (OpenGL Extension Wrangler Library) has been released. This new version adds OpenGL 3.0 support and not less than 31 new extensions (it’s a proof a new version of GLEW was necessary!).
GLEW is an useful library that does all the dirty work of checking and initializing all OpenGL extensions supported by the graphics card.
GLEW homepage: glew.sourceforge.net.
Tweet
[ Subscribe to Geeks3D latest news by email ]














I Already downloaded it and tried new stuff! :p
And I’n not happy with OpenGL:
http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=248281#Post248281 :p
GLEW is still great!
Yep GLEW is great. And it supports multiple rendering contexts, a cool feature!
[...] before I forget, all applications that use GLEW, should be patched too, because glewInit() calls [...]
[...] uses OpenGL for 3D visualisation, GLEW for OpenGL extensions management, DevIL for image manipulation, Qt for window management and [...]