https://github.com/depp/sggl
SGGL OpenGL Loading Library
https://github.com/depp/sggl
Last synced: about 2 months ago
JSON representation
SGGL OpenGL Loading Library
- Host: GitHub
- URL: https://github.com/depp/sggl
- Owner: depp
- License: bsd-2-clause
- Created: 2015-01-20T19:17:43.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T10:09:44.000Z (about 8 years ago)
- Last Synced: 2025-01-27T11:46:06.825Z (over 1 year ago)
- Language: Python
- Size: 204 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SGGL: an OpenGL loader generator
This is an OpenGL loader generator. Documentation is forthcoming.
To run the loader, run the following command:
python3 -m glgen -h
You will need Python 3.x. You can emit a set of header files with the following command:
python3 -m glgen emit linux 3.3 KHR_debug
## Should I check the output into my repository?
Currently, no. This generates platform-specific output.