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

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

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.