An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Covid-19 Deaths Worldwide - 3D Visualization

![](https://user-images.githubusercontent.com/2857535/143004344-5c32395e-39ed-400c-9a6d-308953d8d25b.png)

**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
```