Go to file
2026-01-04 21:52:32 +02:00
libs fix web focus issue 2025-12-31 04:45:37 +02:00
src add fontstash 2026-01-04 21:52:32 +02:00
tools initial commit 2025-12-31 02:36:29 +02:00
.gitignore initial commit 2025-12-31 02:36:29 +02:00
build.zig add fontstash 2026-01-04 21:52:32 +02:00
build.zig.zon add fontstash 2026-01-04 21:52:32 +02:00
README.md add fontstash 2026-01-04 21:52:32 +02:00

Game template

Run

Linux and Windows:

zig build run

Web:

zig build -Dtarget=wasm32-emscripten run

Cross-compile for Windows from Linux:

zig build -Dtarget=x86_64-windows

TODO

  • Use Skribidi instead of fontstash for text rendering
  • Gamepad support.
    • WASM Support. Currently a build config isn't provided for this target.
    • Update build config for other platforms to reduce binary size. All of the video and audio drivers aren't needed, only gamepads