An open API service indexing awesome lists of open source software.

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.

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.