All Projects → inconvergent → boids

inconvergent / boids

Licence: MIT license
More or less an implementation of Boids flocking algorithm.

Programming Languages

python
139335 projects - #7 most used programming language

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].