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

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

License

Notifications You must be signed in to change notification settings

Quantalabs/Disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.