Transmission.

Inspired by the WAPO coronavirus transmission visualization (https://www.washingtonpost.com/graphics/2020/world/corona-simulator/).

Made by starting from the mesa boid flock simulator and modifying.

How to Run

I assume you already have conda installed. Then:

  1. Clone
  2. CD into directory.
  3. Install and activate the environment specified by environment.yml
  • Launch the visualization
$ mesa runserver

NOTE:

I made this as an exploratory exercise. I've never used mesa before today. The code was inspired by the WAPO simulation, was not meant to reproduce it perfectly. If anyone wants to improve, please do. PRs welcome!