Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

inconvergent/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boids

ani ani

More or less an implementation of Boids flocking algorithm.

Note that this implementation stores a velocity vector. Some of the other implementations I have seen do not do this

Running it

The easiest is to run:

python3 main.py

The other main file is experimental and relies on https://github.com/inconvergent/fast-sand-paint

Requires

  • cairo or cairocffi
  • gi
  • numpy
  • scipy

About

More or less an implementation of Boids flocking algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages