Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
Find a file
Stephen Gutekanst fae6bfd3c4 README: minimal README linking to new website
Helps hexops/mach#881

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-08-04 19:49:52 -07:00
.github all: update Zig to version 0.11.0-dev.4410+76f7b40e1 2023-08-03 11:09:05 -07:00
src eliminate glfw_native.h 2023-07-08 13:06:16 -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 add link() build helper API 2023-08-04 12:35:30 -07:00
build.zig.zon all: update dependencies 2023-08-04 10:49:29 -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: minimal README linking to new website 2023-08-04 19:49:52 -07:00
stub.c glfw: eliminate .link() option 2023-07-07 20:59:09 -07:00

mach-gpu

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.