https://github.com/moklick/covid19-deaths-visualization
A walkable 3D visualization of covid-19 deaths worldwide
https://github.com/moklick/covid19-deaths-visualization
3d-visualization coronavirus covid-19 three-fiber threejs
Last synced: 2 months ago
JSON representation
A walkable 3D visualization of covid-19 deaths worldwide
- Host: GitHub
- URL: https://github.com/moklick/covid19-deaths-visualization
- Owner: moklick
- License: mit
- Created: 2021-11-19T17:09:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T14:09:17.000Z (over 3 years ago)
- Last Synced: 2025-01-23T11:30:42.314Z (4 months ago)
- Topics: 3d-visualization, coronavirus, covid-19, three-fiber, threejs
- Language: JavaScript
- Homepage: https://moritzklack.com/projects/coronavirus-cemetery/
- Size: 7.69 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid-19 Deaths Worldwide - 3D Visualization

**Project Link**: [Coronavirus Cemetery](https://moritzklack.com/projects/coronavirus-cemetery/)
The visualization shows confirmed COVID-19 deaths since the beginning of the pandemic. Each block represents a person who has died with a COVID-19 infection. The blocks are grouped by months. There are 100 blocks in a row.
You can walk around by using the arrow keys or W,A,S and D and look around by moving the mouse.
The project is built with [react-three-fiber](https://github.com/pmndrs/react-three-fiber).
## Installation
```sh
npm install
```## Development
```sh
npm start
```