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

https://github.com/apidcloud/leap-earthquake-visualisation

3D Earthquakes Visualisation and Interaction with Leap Motion
https://github.com/apidcloud/leap-earthquake-visualisation

Last synced: about 1 year ago
JSON representation

3D Earthquakes Visualisation and Interaction with Leap Motion

Awesome Lists containing this project

README

          

# Leap Earthquake Visualisation

![with-coffee](https://img.shields.io/badge/made%20with-%E2%98%95%EF%B8%8F%20coffee-yellow.svg)
![with-water](https://img.shields.io/badge/made%20with-%F0%9F%92%A7%20water-blue.svg)
![with-love](https://img.shields.io/badge/made%20with-%F0%9F%92%8C-red.svg)

[Live Demo](https://leap-earthquake-visualisation.now.sh/)

Interacting in 3D with an Earthquake Model using [Leap Motion](https://www.leapmotion.com/).

## Basic Setup

1. Install NodeJS (8.x or higher is recommended)
2. Fork and clone the repo
3. Install Yarn globally with `$ npm i -g yarn` or download it at their [website](https://yarnpkg.com/en/docs/install)
4. `$ yarn` in the repo directory to install dependencies
5. `$ yarn start` and open [localhost:8080](http://localhost:8080) in the browser

## Credits

- [3D Earthquakes Model](https://sketchfab.com/3d-models/earthquakes-2000-to-2019-894ad84ceb8b444a91fbc05f20530bcd) by [Loïc Norgeot](https://twitter.com/norgeotloic) under [CC Attribution](https://creativecommons.org/licenses/by/4.0/)
- [three.js](https://threejs.org/)
- [Leap Motion](https://www.leapmotion.com/)