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