The implementation of https://www.youtube.com/watch?v=17WoOqgXsRM from original JavaScript & p5.js to Rust & Raylib
- Added custom simulation color inversion depending on Y mouse position within the window frame
Run / Build with rust cargo
cargo run
cargo build
from crates.io
rand "0.8.5" - random number generation
raylib "5.0.1" - safe raylib rust bindings