Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stypox/gl-abstractions
Wraps the OpenGL functions for more understandability and less lines of code
https://github.com/stypox/gl-abstractions
Last synced: 9 days ago
JSON representation
Wraps the OpenGL functions for more understandability and less lines of code
- Host: GitHub
- URL: https://github.com/stypox/gl-abstractions
- Owner: Stypox
- Created: 2019-01-30T19:31:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T16:21:19.000Z (about 1 year ago)
- Last Synced: 2023-10-29T17:25:33.093Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ abstractions for OpenGL
Wraps the OpenGL functions to make them more understandable and reduce lines of code.
This repository is archived because this turned out to be a bad idea:
- the amount of OpenGL code in a game is actually not that much, so if it is well separated from the rest it doesn't matter if there are a bit more lines of code
- many abstractions that do make sense for really simple games do not hold up for more complex situations: in those cases many more OpenGL function parameters need customizations