Skip to content

A 3D implementation of the Boids Algorithm, performed by crows in Unity.

Notifications You must be signed in to change notification settings

m-bocelli/boids-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids-Simulation

A 3D implementation of the Boids Algorithm, performed by crows in Unity.

Any prefab can serve as a boid as long as it contains the Boid script (i.e. the necessary Boid class).

Resources used:
http://www.kfish.org/boids/index.html
https://eater.net/boids
https://www.red3d.com/cwr/boids/

  • Conrad Parker's page not only provides a nice explanation of the rules, but also helpful pseudocode to assist in implementation.
  • Ben Eater's JavaScript implementation introduced me to the idea of applying non-constant factors to the rules of the algorithm.

About

A 3D implementation of the Boids Algorithm, performed by crows in Unity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages