Skip to content

dgvisnadi/boids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐦 Boids

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.

Getting Started

The following instructions will guide you how to install the package on your local machine.

Installing

pip install git+https://github.com/dgvisnadi/boids.git

Usuage

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

About

Animation of flying birds

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages