zig-glfw/README.md
Stephen Gutekanst 37c3eadb5f README: fix links
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-08-04 19:50:42 -07:00

27 lines
1,005 B
Markdown

<a href="https://machengine.org/pkg/mach-glfw">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://machengine.org/assets/mach/glfw-full-dark.svg">
<img alt="mach-gpu" src="https://machengine.org/assets/mach/glfw-full-light.svg" height="150px">
</picture>
</a>
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?](https://machengine.org/pkg/mach-glfw/)
## Documentation
[machengine.org/pkg/mach-glfw](https://machengine.org/pkg/mach-glfw)
## Join the community
Join the [Mach community on Discord](https://discord.gg/XNG3NZgCqp) to discuss this project, ask questions, get help, etc.
## Issues
Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/issues?q=is%3Aissue+is%3Aopen+label%3Aglfw).