No description
Find a file
2024-11-29 14:05:41 -08:00
assets/models use parallel iter to update velocities 2024-11-27 13:40:01 -08:00
src fix gizmos, make them a feature 2024-11-29 10:40:43 -08:00
.gitignore based off the bevy gizmos example 2023-11-24 17:09:10 -08:00
.rustfmt.toml update camera to follow center of flock 2023-12-03 12:49:30 -08:00
Cargo.lock bump to bevy 0.15 2024-11-29 14:05:41 -08:00
Cargo.toml bump to bevy 0.15 2024-11-29 14:05:41 -08:00
LICENSE.md add readme and license 2024-11-28 11:49:42 -08:00
README.md add readme and license 2024-11-28 11:49:42 -08:00
toids.png add readme and license 2024-11-28 11:49:42 -08:00

Audubon, a murmuration simulation

Some time ago, I read that the mechanism behind starling murmurations was based on each bird picking out a handful of buddies to stay near to, and then just doing that while trying to avoid neighbors. So I decided to try to simulate that behavior here, using a low-poly model of a roasted turkey because it's that time of year.

Run like cargo run --release -- -t 500 to have 500 "toids" in the flock.

it's turkey time