Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 589 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 589 Bytes

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.