Skip to content
- The Aarnold - edited this page Oct 7, 2024 · 3 revisions

glad2

Glad is a multi-language GL/GLES/EGL/GLX/VK/WGL Loader-Generator based on the official specifications.

Getting started

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 (...).

Plugins

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:

Clone this wiki locally