1
0
Fork
You've already forked dnd-scene
0
No description
  • Zig 94.8%
  • HTML 4.4%
  • Shell 0.8%
Find a file
2026年07月08日 00:35:44 -04:00
.todo improvements 2026年06月12日 00:44:33 -04:00
assets improvements 2026年06月12日 00:44:33 -04:00
src before lua switch 2026年07月08日 00:35:44 -04:00
.gitignore improvements 2026年06月12日 00:44:33 -04:00
.ignore reworked networking and made server a lot nicer 2026年05月31日 04:05:05 -04:00
build.zig changes 2 2026年06月21日 18:04:46 -04:00
build.zig.zon reworked networking and made server a lot nicer 2026年05月31日 04:05:05 -04:00
compile_raylib_for_wasm.sh reworked networking and made server a lot nicer 2026年05月31日 04:05:05 -04:00
emscripten-libc.txt reworked networking and made server a lot nicer 2026年05月31日 04:05:05 -04:00
package.sh improvements 2026年06月12日 00:44:33 -04:00
README.md make README useful 2026年05月13日 00:47:03 -04:00
run_both.sh before lua switch 2026年07月08日 00:35:44 -04:00

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