An interactive 2D boid-based swarm simulation that models complex flocking behaviors.
- Physics-based boid simulation with cohesion, alignment, and separation behaviors
- Customizable parameters for swarm behavior
- Real-time visualization with smooth animations
- Leader-following dynamics
- Collision avoidance
mkdir build
cd build
cmake ..
make -j4./build/src/app/appSPACE- Pause/resume simulationESC- Exit application
