Very simple boid flocking simulation in Rust using ggez.
- Window size by default: 1200 x 800;
- Boids flock based on the alignment coefficient, cohesion coefficient and separation coefficient.
- All of this and more can be edited in the boid.rs and main.rs file.
Run it by running "cargo run" in the folder above \src\
zank you beri much