Go to file
2026-01-22 01:15:22 +02:00
libs merge input subsystem into engine 2026-01-18 10:30:43 +02:00
src separate frame specific data 2026-01-22 01:15:22 +02:00
tools initial commit 2026-01-18 07:06:01 +02:00
.gitignore merge input subsystem into engine 2026-01-18 10:30:43 +02:00
build.zig merge input subsystem into engine 2026-01-18 10:30:43 +02:00
build.zig.zon initial commit 2026-01-18 07:06:01 +02:00
README.md initial commit 2026-01-18 07:06:01 +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
  • Support for audio formats (Might not need all of them, haven't decided):
  • 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