Skip to content

kagzgenius/go-boid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids: simulating flocks in go

Developed by Craig Reynolds in 1986, boids is an artificial life program that simulates the flocking behaviour of birds. The program runs in O(n^2) time complexity and has both 2-dimensional and 3-dimensional variants. In this post, learn how to implement boids in 2 dimensions using go and the graphics package ebiten.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages