https://github.com/sschuberth/glex1
GLEX 1 is an online and offline OpenGL Extension Specification Parser.
https://github.com/sschuberth/glex1
code-generation extension opengl parse
Last synced: about 1 year ago
JSON representation
GLEX 1 is an online and offline OpenGL Extension Specification Parser.
- Host: GitHub
- URL: https://github.com/sschuberth/glex1
- Owner: sschuberth
- License: mit
- Created: 2015-08-27T06:47:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T09:47:06.000Z (over 9 years ago)
- Last Synced: 2025-02-14T09:59:10.081Z (over 1 year ago)
- Topics: code-generation, extension, opengl, parse
- Language: PHP
- Homepage:
- Size: 497 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GLEX is an OpenGL Extension Specification Parser which is used to turn OpenGL extension specification files into a set of compact C source files that can be easily included into existing projects to initialize only the desired extension or core API function pointers.
This is **version 1** of GLEX which parses the human-readable `*.txt` specification files, while GLEX 2 parses the database `*.spec` / `*.tm` files. Both specification file types are linked from the OpenGL Registry. As GLEX is written in PHP, it can be easily used from both the command line and via a web front-end.