small framework with raylib bindings and own ECS.
This project is in an very early experimental state. See https://github.com/ryupold/zecsi-example to see how to use it
zig build run
zig build -Drelease-small
The output files will be in ./zig-out/bin
EMSDK=../emsdk #path to emscripten sdk
zig build -Drelease-small -Dtarget=wasm32-wasi --sysroot $EMSDK/upstream/emscripten/
The output files will be in ./zig-out/web/
The game data needs to be served with a webserver. Just opening the game.html in a browser won’t work
This library uses raylib.zig bindings. See build.zig for how to include them in your project.