Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwrrp/glblaat
Cross-platform C++ wrappers simplifying various bits of OpenGL functionality.
https://github.com/bwrrp/glblaat
Last synced: about 1 month ago
JSON representation
Cross-platform C++ wrappers simplifying various bits of OpenGL functionality.
- Host: GitHub
- URL: https://github.com/bwrrp/glblaat
- Owner: bwrrp
- License: other
- Created: 2015-03-14T09:05:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T10:09:59.000Z (almost 10 years ago)
- Last Synced: 2024-04-28T05:12:46.745Z (8 months ago)
- Language: C++
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
GLBlaat is a set of cross-platform C++ wrappers aimed at simplifying development of OpenGL applications using various bits of OpenGL functionality. Currently, GLBlaat contains:
* Texture objects (2D, 2D rectangle, 3D)
* Framebuffer objects
* GLSL shaders (vertex, fragment and geometry)
* Vertex and pixel buffer objects
* Asynchronous queries (timer and occlusion)
* A number of utility classes simplifying GL development.GLBlaat works on both Windows and Linux, and may also work on OS X.
Check the wiki for information on how to build the library and how to use it.
If you find any bugs, please create an issue containing the details of what you were trying to do and what went wrong. I'll try to fix it as soon as I can. Also feel free to add your suggestions or ideas for improving the library!