Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
Find a file
Stephen Gutekanst 39e5d18fc4 fix cross-compilation
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-10-17 22:57:46 -07:00
.github all: update Zig to version 0.12.0-dev.978+78855bd21 2023-10-16 21:27:33 -07:00
src banish usingnamespace 2023-08-04 20:09:30 -07:00
.gitattributes all: ensure .git* files are standard across subprojects 2022-08-23 08:36:51 -07:00
.gitignore glfw: fix native import (#583) 2022-10-16 01:19:12 -07:00
build.zig update to latest Zig 2023-10-16 21:36:18 -07:00
build.zig.zon fix cross-compilation 2023-10-17 22:57:46 -07:00
LICENSE LICENSE: note directories with a separate LICENSE file 2021-07-05 12:46:20 -07:00
LICENSE-APACHE initialize repository 2021-07-04 10:36:34 -07:00
LICENSE-MIT initialize repository 2021-07-04 10:36:34 -07:00
README.md README: fix alt text 2023-08-04 19:55:16 -07:00

mach-glfw

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

machengine.org/pkg/mach-glfw

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.