/Disease

Based of of the 3b1b video, Simulating and Epidemic, this simulation simulates a disease outbreak in a community.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Disease

Simulates a disease outbreak in a community.

What it is

Disease simulates a disease outbreak (like COVID-19 😷) and how it spreads through a community. View it at https://quantalabs.github.io/Disease. Disease Simulation

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.