https://github.com/jakubtelec/stay-home-sim
Advanced social distancing simulatior. Fight COVID-19. At home.
https://github.com/jakubtelec/stay-home-sim
Last synced: 10 days ago
JSON representation
Advanced social distancing simulatior. Fight COVID-19. At home.
- Host: GitHub
- URL: https://github.com/jakubtelec/stay-home-sim
- Owner: jakubtelec
- License: mit
- Created: 2020-03-19T00:52:25.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:22:23.000Z (over 2 years ago)
- Last Synced: 2025-03-26T10:52:18.597Z (28 days ago)
- Language: JavaScript
- Size: 2.11 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stay-home-sim
Advanced social distancing simulatior. Fight COVID-19, squash the curve. At home.
Check it [HERE](https://stay-home-sim.now.sh/).
### Inspiration
- [this article](https://www.washingtonpost.com/graphics/2020/world/corona-simulator/)
### Stack
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)
- [p5](https://p5js.org/) <3 (particles movement simulation created on top of [this example](https://p5js.org/examples/motion-bouncy-bubbles.html))### Additional things to do/to consider
- code cleanup
- mobile mode!
- manual control over simulation parameters (population, social distancing rate, speed rate e.t.c)
- optimizations (use home cooked canvas manipulations instead of f5, dynamic scaling)
- migration to hooks :/### Additional things done
- spatial hashes implemented