AlxHnr/3d-zig-game
Deterministic, multi-threaded 3d demo written from scratch
Install the required dependencies, example for Fedora:
sudo dnf install SDL2-devel SDL2_image-devel
Install zig 0.14.0 and run zig build run
inside the projects directory. The game is considerably
faster when built with optimizations: zig build run -Doptimize=ReleaseFast
.