Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T16:01:21.000Z (5 months ago)
- Last Synced: 2024-10-02T07:03:54.982Z (4 months ago)
- Topics: opengl, zig
- Language: Zig
- Homepage:
- Size: 201 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...