Skip to content

tmayoff/Boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

This is a simulation of boids in Unity

Boids is an artificial life simulation originally developed by Craig Reynolds. The aim of the simulation was to replicate the behavior of flocks of birds. Instead of controlling the interactions of an entire flock, however, the Boids simulation only specifies the behavior of each individual bird. With only a few simple rules, the program manages to generate a result that is complex and realistic enough to be used as a framework for computer graphics applications such as computer generated behavioral animation in motion picture films.

Boids attempt to follow 3 simple rules:

  1. Seperation: Steer away from other boids
  2. Cohesion: Steer towards the center of nearby boids
  3. Alignment: Steer in the same direction of nearby boids

I also added if checked

  1. Steer towards or away from the mouse

To interact with the simulation: https://tmayoff.github.io/Boids/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages