Boids is a package that lets you simulate the flying behavior of these birds.
Optionally, you can save the animation as a .mp4 or .gif file.
The following instructions will guide you how to install the package on your local machine.
pip install git+https://github.com/dgvisnadi/boids.git
The command boids --help will show you how to use the function:
usage: boids [-h] [--number BOIDS] [--speed SPEED] [--out TYPE]
Simulate boids flying behavior
optional arguments:
-h, --help show this help message and exit
--number NUMBER Number of boids
--speed SPEED slow or fast
--out OUT If TRUE, .gif file of animation will be saved
Example: boids --number 50 --speed slow --out gif
For any distribution, please have a look at CITATION.md and LICENSE

