A parallelized particle physics engine
Make sure you have rust installed on your computer- https://www.rust-lang.org/tools/install
To install dependencies, run
apt install build-essential git python cmake libvulkan-dev vulkan-utils
To build the project, run
cargo build
For an optimized version, run
cargo build --release
To run the project, run
cargo run
To run the optimized version, run
cargo run --release