Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s5bug/zglt
Proof of concept GL loader for zglfw
https://github.com/s5bug/zglt
Last synced: 17 days ago
JSON representation
Proof of concept GL loader for zglfw
- Host: GitHub
- URL: https://github.com/s5bug/zglt
- Owner: s5bug
- Created: 2021-01-03T20:21:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T00:21:03.000Z (about 4 years ago)
- Last Synced: 2024-11-10T16:12:39.654Z (2 months ago)
- Language: Zig
- Size: 185 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zglt
Proof-of-concept GL loader for zglfw for Zig.
Probably only builds on Windows out-of-the-box but if you add `glfw3.a` to
`lib` and modify the `linkSystemLibrary`s in `build.zig` to remove
Windows-specific things it should work elsewhere.