Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.02 KB

The Flocking Algorithm 🌌

A 2D and 3D implementation of the famous flocking algorithm

This algorithm simulates the movement of groups of animals that interact with each other (shoals of fish, bands of birds or groups of wildebeest).The individuals of the groups govern their movement by 3 main parameters (Group, cohesion and separation)

Play with the project here : https://jorgerando.github.io/TheFlocking/

References :

Explanation video (Spanish) :

Autor