File: mainpage.html

package info (click to toggle)
globjects 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid
  • size: 8,932 kB
  • sloc: cpp: 60,418; python: 6,620; sh: 596; makefile: 497
file content (19 lines) | stat: -rw-r--r-- 989 bytes parent folder | download | duplicates (2)
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>