https://github.com/lonnygomes/three-globe-poc
Experiment with three-globe
https://github.com/lonnygomes/three-globe-poc
datavisualization globe threejs
Last synced: about 2 months ago
JSON representation
Experiment with three-globe
- Host: GitHub
- URL: https://github.com/lonnygomes/three-globe-poc
- Owner: LonnyGomes
- Created: 2019-11-02T23:50:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:20:44.000Z (over 3 years ago)
- Last Synced: 2023-03-14T14:01:34.237Z (over 3 years ago)
- Topics: datavisualization, globe, threejs
- Language: JavaScript
- Homepage: https://lonnygomes.github.io/three-globe-poc/
- Size: 2.62 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# three-globe proof of concept
Experiments with the [three-globe](https://github.com/vasturiano/three-globe) library to display data on a globe using three.js.
[](https://lonnygomes.github.io/three-globe-poc/)
## Usage
This project uses [ParcelJS](https://parceljs.org) to build and package and is easy to launch.
```
npm install
npm start
```
### Production build
The output of the production build resides in the `docs` folder. Run the following NPM script to build a production version
```
npm run build
```