Skip to content

Visual representation of algorithm describing natural behavior of flock.

Notifications You must be signed in to change notification settings

adamkubina1/flocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Flocking

Simulation of natural behavior of flock made with p5.js library. Based on the algorithm by Craig Reynolds with added quadtree to decrease time complexity from O(n^2) to O(n*log(n)).

All of the attributes of boids can be tweaked with sliders, but with higher number of boids present certain changes can bring the perfomance down. Especially increasing cohesion and decreasing introversion will create tightly packed clusters, which are due to the nature of quadtree more difficult to operate with. Moreover you can add obstacles to the simulation and predatory boids, which "hunt" and "eat" other boids.

Created as a final assignment for Web technologies course at VSE.

flocking flocking1

Live demo here