forked from Dav1dde/glad
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
- The Aarnold - edited this page Oct 7, 2024
·
3 revisions
Glad is a multi-language GL/GLES/EGL/GLX/VK/WGL Loader-Generator based on the official specifications.
The simplest way to get started is to use the online generator for glad2 to generate the files you need.
Some languages are only available in the glad1 generator.
You can also install glad2 locally with python using pip install glad2
,
and generate the files you need from the command line using glad (...)
or python -m glad (...)
.
By default, glad can generate files for C/C++ and Rust, but
community-maintained plugins can be installed to add support for other
languages. They can be installed as python packages using pip and will
automatically be detected when invoking glad
on the command line.
Glad plugins maintained by the community: