Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sghall/webgl-globes
https://github.com/sghall/webgl-globes
javascript threejs webgl
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sghall/webgl-globes
- Owner: sghall
- License: mit
- Created: 2015-04-12T04:47:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T15:05:10.000Z (about 7 years ago)
- Last Synced: 2024-10-14T07:49:27.108Z (4 months ago)
- Topics: javascript, threejs, webgl
- Language: JavaScript
- Size: 998 KB
- Stars: 65
- Watchers: 4
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webgl-globes
Demo interactive globes using THREE.js and D3.js. Written entirely in ES6 modules. The demos use SystemJS and Babel to load into the browser.
To run the demos, type npm install in the root folder to get the dependencies for the demos. Run a local server from the root folder.
```html
clone or copy the repo
cd into the folder
npm install
python -m SimpleHTTPServer 8000 (or your favorite local server)
```