Advanced Flocking Simulation
- September 21, 2020
- VanFelsen
This project is a practical implementation of my master thesis to create an advanced flocking simulation. My algorithm connects the well known flocking-algorithm, with obstacle avoidance and pathfinding. The swarm, that is created this way, is able to move freely on any kind of map.To test this concept, the user gets a tool that enables him to draw any map he imagines. This map can be saved and s…