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
- Host: GitHub
- URL: https://github.com/apidcloud/leap-earthquake-visualisation
- Owner: Apidcloud
- License: mit
- Created: 2019-07-29T08:47:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T13:35:34.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T16:48:44.681Z (over 1 year ago)
- Language: JavaScript
- Size: 49.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leap Earthquake Visualisation




[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/)