This is a simple boid ecosystem simulation inspired by Daniel Shiffman's (TheCodingTrain) Ecosystem simulation - https://www.youtube.com/watch?v=flxOkx0yLrY
Built in Rust using the Bevy game engine.
- Clone the repo
git clone [email protected]:bones-ai/rust-ecosystem-simulation.git
cd rust-ecosystem-simulation
- Run the simulation
cargo run
Backspace
- Show graphsTilde
- Show graph settingsTab
- Show debug gizmos1
- Camera follow boid2
- Camera follow predator boid3
- Camera snap to center
- The project config file is located at
src/configs.rs