To compile:
- Install rust with rustup: https://rustup.rs/
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update stable
- Build and run with
cargo run --release
- Mess around
Note: You must have a gpu capable of enough compute workgroups for this project to work.