| libs | ||
| src | ||
| tools | ||
| build.zig | ||
| build.zig.zon | ||
| README.md | ||
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