Linux
- Install Rust by following the official installation guide.
- Clone this repository.
- Run
git submodule update --initto update the submodules (which contains 3D models). - Install just to facilitate command handling (e.g.,
cargo install just). - (Optional) Run
just setup-wasmto setup your environment for building the WebAssembly version of the project. - Run
just run-linuxorjust run-wasmto start the project.