Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs. observed · 2026-08-28
Health v2 · maintenance only
74/100
- Activity 88
- Release rhythm 40
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 24
- age_days: 4783
- days_rel: 703
- days_push: 76
- n_releases_24m: 2
Adoption not part of the score
4591 stars · 509 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Glad is a loader-generator that produces function loader code for Vulkan, OpenGL, OpenGL ES, EGL, GLX, and WGL based on the official Khronos specifications. It supports multiple output languages including C/C++, Rust, Nim, D, and Pascal, and is available as a Python CLI and web service.
Use cases
- generate an OpenGL function loader for C or C++
- load Vulkan API entry points at runtime
- generate GLES/EGL loaders for embedded or mobile projects
- create Rust bindings for OpenGL without a full binding crate
- load only specific OpenGL extensions needed by an app
- support multiple GL contexts or on-demand function loading
When to choose
- you need runtime loading of GL/Vulkan functions across platforms
- you want loaders generated directly from official Khronos specs
- you need a lightweight loader in C/C++ or Rust without heavy dependencies
- you require fine control over API versions and extensions
When to avoid
- you want a full high-level graphics or math library
- you need automatic window/context creation (use GLFW/SDL instead)
- you prefer prebuilt bindings maintained by hand rather than generated code
Facets
cli-tool · maturity stable
graphics developer-tools graphics developer-tools cross-platform cross-platform python c cpp rust opengl-loader vulkan-loader loader-generator egl glx wgl gles khronos-specs code-generator code-generation game-development
2 sources
- readme: https://github.com/Dav1dde/glad · fetched 2026-08-28 · da24f67346af
- homepage: https://gen.glad.sh/ · fetched 2026-08-29 · 47fa974af0d0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Dav1dde/glad | main | 74 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem