Skip to content

estshorter/boid-model-visualization-matplotlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boid-model-visualization-matplotlib

demo

A boid model is visualized by using matplotlib as shown above.

boid.py and part of model.py are from here.

Requirement

  • matplotlib
  • mesa
  • numpy
  • toml
  • tqdm
  • ffmpeg (when generating movie)

How to use

python src/run.py

If you want to create a movie file, execute python src/generate_movie. Note that ffmpeg is required.

About

Visualization of a boid model by matplotlib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages