RespiteFromReality/template-zig-window
A barebones Zig app window template using GLFW and ZLFW
8873c9611e5bdb90ed8694d066769bcbd1a1d86f
[!Warning] 0.15 changes broke a significant portion of the libraries, this version runs, but is WIP.
A barebones Zig window template, for zig stable releases.
Use this template
-> Create new repository
and create a repo..name
and version
inside build.zig.zon
to whatever you want. (Changing the .name field also invalidates the .fingerprint value)zig build
to generate a new .fingerprint
value, replace the old value with the new one.zig build run
to build and open the app window.Because GitHub templates don't have any versioning scheme, older templates are available as branches
Include all branches
box when creating your repository