Dav1dde/glad
Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.
This project helps C/C++ and Rust developers integrate real-time 2D/3D graphics and computing into their applications. It takes official graphics API specifications (like OpenGL or Vulkan) and generates the necessary loader code, allowing developers to use graphics functions in their preferred language. Game developers, CAD software engineers, and scientific visualization programmers would use this.
4,471 stars and 23 monthly downloads. Actively maintained with 1 commit in the last 30 days. Available on PyPI.
Use this if you are a developer building an application that needs to render graphics using OpenGL, Vulkan, or similar APIs and require a robust way to load the correct function pointers.
Not ideal if you are looking for a high-level game engine or a graphics library that abstracts away the underlying graphics APIs.
Stars
4,471
Forks
500
Language
C
License
—
Category
Last pushed
Jan 31, 2026
Monthly downloads
23
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Dav1dde/glad"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Aleph-Alpha/ts-rs
Generate TypeScript bindings from Rust types
apollographql/apollo-tooling
✏️ Apollo CLI for client tooling (Mostly replaced by Rover)
mmcloughlin/avo
Generate x86 Assembly with Go
krzysztofzablocki/Sourcery
Meta-programming for Swift, stop writing boilerplate code.
awtkns/fastapi-crudrouter
A dynamic FastAPI router that automatically creates CRUD routes for your models