Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T11:36:40.000Z (over 2 years ago)
- Last Synced: 2024-03-26T19:21:40.974Z (11 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: 42
- Watchers: 5
- Forks: 26
- 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.
![GitHub release](https://img.shields.io/github/release/cginternals/gloperate.svg)
[![Travis](https://img.shields.io/travis/cginternals/gloperate/master.svg?style=flat&logo=travis)](https://travis-ci.org/cginternals/gloperate)
[![Appveyor](https://img.shields.io/appveyor/ci/scheibel/gloperate/master.svg?style=flat&logo=appveyor)](https://ci.appveyor.com/project/scheibel/gloperate/branch/master)
[![Tokei](https://tokei.rs/b1/github/cginternals/gloperate)](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/