https://github.com/darkfllame/zgll
Simple zig OpenGL loader
https://github.com/darkfllame/zgll
opengl zig
Last synced: 4 months ago
JSON representation
Simple zig OpenGL loader
- Host: GitHub
- URL: https://github.com/darkfllame/zgll
- Owner: Darkfllame
- License: mit
- Created: 2024-08-19T23:28:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T21:37:21.000Z (over 1 year ago)
- Last Synced: 2025-04-15T00:51:44.118Z (about 1 year ago)
- Topics: opengl, zig
- Language: Zig
- Homepage:
- Size: 331 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zig openGL Loader
Simple opengl loader, entirely written in Zig. All functions are under `zgll.GL`, all constants and function got their prefix removed (`GL_` and `gl`) for easier typing. Don't expect much updates, might do extension loader soon...
## Beware though
This library was mostly made in a night, so expect typos, incoherent names and more...