Boids Doing Boid Things

This was a project I made at university which is able to simulate thousands of boids in a flocking simulation. You can control their parameters, set how many boids there are, decide whether or not to use multithreading, and place and manipulate obstacles that the flock will avoid.

You can find more information and the source code on my GitHub