Skip to content

keicoon/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

Simulation Boids

Algorithm

image

next movement is addition of 'parameters'.

  • friend ( F ) : collecting nearest boids
  • crowd ( C - Red ) : push out other boids
  • avoid ( A ) : avoid objects
  • cohes ( C - Sky ) : cohes that nearst boids
  • noise ( N ) : randomize

Simulation

image

Sources

Get idea ( algorithm ) from 'https://github.com/jackaperkins/boids'.
Thanks jackaperkins.

About

Simulation Boids

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages