tomrogers3 / react-webgl-globe-viz

Very quick example of visualizing data on a WebGL globe using React. This currently displays the countries that ADP operates in around the world. Credit: https://github.com/zhxnlai/react-webgl-globe-basic-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-webgl-globe-viz

WebGL Globe very quick example of visualizing data on a WebGL globe using React. This currently displays the countries that ADP operates in around the world. Credit: https://github.com/zhxnlai/react-webgl-globe-basic-example

Install

After cloning the repo:

npm install
npm install -g gulp

You can run the local server by:

gulp

To produce minified javascript:

gulp --type production

About

Very quick example of visualizing data on a WebGL globe using React. This currently displays the countries that ADP operates in around the world. Credit: https://github.com/zhxnlai/react-webgl-globe-basic-example

License:Apache License 2.0


Languages

Language:JavaScript 99.5%Language:HTML 0.5%