Boids
Overview
This is my Unity implementation of the famous boids algorithm. I tried to make them look like abstract fish :)
- Left click will spawn 10 boids at the mouse point
- Right click will delete nearby boids at mouse point
- The slider changes flock size and spread
Have fun!