https://github.com/cginternals/gloperate
C++ library for defining and controlling modern GPU rendering/processing operations.
https://github.com/cginternals/gloperate
c-plus-plus c-plus-plus-11 framework opengl-framework pipeline-framework rendering-engine script-injection
Last synced: 7 months ago
JSON representation
C++ library for defining and controlling modern GPU rendering/processing operations.
- Host: GitHub
- URL: https://github.com/cginternals/gloperate
- Owner: cginternals
- License: mit
- Created: 2014-09-05T11:16:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T11:36:40.000Z (almost 4 years ago)
- Last Synced: 2025-04-03T02:35:19.768Z (12 months ago)
- Topics: c-plus-plus, c-plus-plus-11, framework, opengl-framework, pipeline-framework, rendering-engine, script-injection
- Language: C++
- Homepage:
- Size: 7.41 MB
- Stars: 43
- Watchers: 4
- Forks: 24
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
*gloperate* is a cross-platform C++ library for defining and controlling modern GPU rendering/processing operations.

[](https://travis-ci.org/cginternals/gloperate)
[](https://ci.appveyor.com/project/scheibel/gloperate/branch/master)
[](https://github.com/Aaronepower/tokei)
### Dependencies
The following dev-libraries and programs need to be provided for correct CMake configuration:
* C++11 compatible compiler (e.g. gcc >=4.7, MSVC >=2013)
* CMake (>=2.8.9, better 2.8.12): http://www.cmake.org/
* OpenGL C++ Bindings (glbinding >=1.0.0): https://github.com/cginternals/glbinding
* OpenGL Mathematics (GLM >=0.9.4): http://glm.g-truc.net/, https://github.com/g-truc/glm
* OpenGL Objects Wrapper (globjects >=0.3.2): https://github.com/cginternals/globjects
### Optional Dependencies
* Window and Context creation (GLFW 3.1): http://www.glfw.org/
* Qt (>=5.4): http://qt-project.org/