Skip to content

eicxv/flocking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flocking

This project is an implementation of the classic boid flocking algorithm.

About

The boid algorithm was proposed by Craig Reynolds. A boid is a bird-like agent reacting to other nearby boids based on simple rules. In short each boid tries to move close to its neighbours, align itself with its neighbours and avoid collisions. Through these rules boids can display complex emergent flocking behaviour.

This project is built with three.js.

License

Distributed under the GNU GPLv3 License. See LICENSE for more information.

Acknowledgements

About

Implementation of the classic boid algorithm built with three.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published