This project contains the WebGL globe that runs in the header of the May 1st Reboot showcase. It uses THREE.js for rendering and GSAP for animations. The globe is interactive and works on mobile as well as desktop.
- Install dependencies:
-
Node.js (using homebrew):
brew install node
-
Gulp.js
npm install -g gulp
-
Bower
npm install -g bower
-
Surge (optional)
npm install -g surge
- Install modules
npm install
- Start (live reload) development server
gulp live
- Browse to http://localhost:8080