zig-glfw/README.md

28 lines
1,005 B
Markdown
Raw Normal View History

<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>
2021-07-10 01:11:39 -07:00
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).