1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<p>
The OpenGL Objects Wrapper Library (globjects) provides an object oriented C++ interface for
OpenGL's programmable pipeline (3.0+).
globjects is a cross-platform library licenced under the MIT license.
<a href="https://github.com/hpicgs/globjects">Download here</a>
</p>
<!--a href="classes.html">All Classes</a-->
<h3>Dependencies</h3>
The following dev-libraries and programs need to be provided for correct CMake configuration:
<ul>
<li>C++11 compatible compiler (e.g. gcc >= 4.7, clang >= 3.4, MSVC >= 2013 <b>Update 3</b>)</li>
<li>CMake (>= 2.8.12): <a>http://www.cmake.org/</a></li>
<li>OpenGL C++ Bindings (glbinding >= 1.0.0): <a href="https://github.com/hpicgs/glbinding">https://github.com/hpicgs/glbinding</a></li>
<li>OpenGL Mathematics (GLM >= 0.9.5): <a href="http://glm.g-truc.net/">http://glm.g-truc.net/</a></li>
<li>Window and Context creation (GLFW >= 3.0.4): <a href="http://www.glfw.org/">http://www.glfw.org/</a> (optional, needed for examples)</li>
</ul>
|