cginternals / globjects

C++ library strictly wrapping OpenGL objects.
https://globjects.org
MIT License
539 stars 59 forks source link

Use glbinding instead of GLEW (closes #145) #218

Closed scheibel closed 10 years ago

scheibel commented 10 years ago

These commits remove GLEW as a dependency as well as OpenGL as compile time dependency.

Therefore, the following features were moved to glBinding:

scheibel commented 10 years ago

Please test on Windows and OS X before merging this into master. Platform compatability should be provided through GLFW.