You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
glew
About this tag
GLEW, the OpenGL Extension Wrangler Library, is a cross-platform C/C++ library that provides efficient runtime mechanisms for determining which OpenGL extensions are supported on a given platform. On WindowsForum.com, GLEW is discussed in the context of openFrameworks, a creative coding toolkit that wraps several libraries including GLEW for graphics. Users exploring openFrameworks and Kinect development may encounter GLEW as part of the underlying graphics pipeline. The tag covers topics related to OpenGL extension management, graphics programming, and integration with frameworks like openFrameworks on Windows systems.
I guess it's Peter Daukintis week. :) Today's project he's showing off the openFrameworks.
Reminder about openFrameworks?
openFrameworks is designed to work as a general purpose glue, and wraps together several commonly used libraries, including:
OpenGL, GLEW, GLUT, libtess2 and cairo for...