No description
- Zig 94.8%
- HTML 4.4%
- Shell 0.8%
| .todo | improvements | |
| assets | improvements | |
| src | before lua switch | |
| .gitignore | improvements | |
| .ignore | reworked networking and made server a lot nicer | |
| build.zig | changes 2 | |
| build.zig.zon | reworked networking and made server a lot nicer | |
| compile_raylib_for_wasm.sh | reworked networking and made server a lot nicer | |
| emscripten-libc.txt | reworked networking and made server a lot nicer | |
| package.sh | improvements | |
| README.md | make README useful | |
| run_both.sh | before lua switch | |
dnd-scene
building
executables:
zig build produces zig-out/bin/dnd-scene and zig-out/bin/dnd-scene-server
zips for releases:
./package.sh produces zig-out/bin/dnd-scene-x86_64-windows.zip and zig-out/bin/dnd-scene-x86_64-linux.zip
run client:
zig build run
run server:
zig build run-server
arguments
| prefix | description |
|---|---|
-h, --host |
address to connect to/host at |
-p, --port |
port to connect to/host at |
-a, --assets |
path to assets/ folder to download to/load from |
-v, --volume |
master volume for application |
-f, --first-scene |
(server only) load a scene on launch |