Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
![]() In the doc comments of `glfw.Window.create`, you refer to the function `glfw.Winodw.makeContextCurrent`, which doesn't exist. What does exist, though, is `glfw.makeContextCurrent`, so I've fixed that. |
||
---|---|---|
.github | ||
src | ||
.gitattributes | ||
.gitignore | ||
build.zig | ||
build.zig.zon | ||
LICENSE | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
Perfected GLFW bindings for Zig
Features
- Zero-fuss installation, cross-compilation at the flip of a switch, and broad platform support.
- 100% API coverage. Every function, type, constant, etc. has been exposed in a ziggified API.
See also: What does a ziggified GLFW API offer?
Documentation
Join the community
Join the Mach community on Discord to discuss this project, ask questions, get help, etc.
Issues
Issues are tracked in the main Mach repository.