27 lines
1,015 B
Markdown
27 lines
1,015 B
Markdown
<a href="https://machengine.org/pkg/mach-glfw">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://machengine.org/next/assets/mach/glfw-full-dark.svg">
|
|
<img alt="mach-gpu" src="https://machengine.org/next/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).
|