RespiteFromReality/template-zig-window
A barebones Zig app window template using GLFW and ZLFW
8179800d04aa8e32cd8f276c824c181684043fb0
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