A particle simulation with randomized rules.
Edit config.ron to configure.
Keys:
[Space] - Play/Pause
[F] - One frame forward
[Esc] - Close
- Git
- The Rust toolchain
- SDL2 and SDL2-gfx development libraries (see bellow)
sudo apt install libsdl2-dev libsdl2-gfx-dev
git clone https://github.com/AugLuk/particles.git
cd particles
cargo run --release