Simulates a disease outbreak in a community.
Disease simulates a disease outbreak (like COVID-19 😷) and how it spreads through a community. View it at https://quantalabs.github.io/Disease.
The disease simulation uses SIR Model and uses particle motion to simulate it. You can view the JS for the particle motion in the index.js file.