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