Boids simulation

The boids algorithm is a simualtion of how flocks of birds interact and form various types of flocking patterns. Each boid has a certain radius in which it will interact with other boids, and you can play around with the three interaction parameters below (align, cohesion, separation). Find out more information about the algorithm here.

BOIDS = 500
Align = 0.1
Cohesion = 1.26
Separation = 0.68
Trail alpha = 0.38