Skip to content

Your-Majesty/may1reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

May 1st Reboot WebGL Globe

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.

Dependencies

Get up and running

  1. 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
  1. Install modules
npm install
  1. Start (live reload) development server
gulp live
  1. Browse to http://localhost:8080