GLEX 2 is an online and offline OpenGL Extension Specification Parser.
PHP CSS Shell C
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
geshi @ d9cfd3e
images
.gitignore
.gitmodules
GLEX_globals.h
LICENSE
README.md
constants.inc.php
download.php
glex.php
glex.sh
index.php
parse.inc.php
style.css
update_spec.sh
write.inc.php

README.md

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 2 of GLEX which parses the database *.spec / *.tm files while GLEX 1 parses the human-readable *.txt specification 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.