/edGalaxyMap

Interactive 3D Webgl Galaxy Map for the game Elite Dangerous built with Angular.js and Three.js

Primary LanguageJavaScript

Elite Dangerous Galaxy Map

##Preview: http://elitedangerousuniverse.com Built with Angular and Three.js

Quick Install

You'll need to install grunt and bower on your host.

$ npm install -g grunt-cli bower

Next, install npm packages and bower dependencies

$ npm install
$ bower install

Launch your application in development mode for livereload

$ grunt serve

For production

$ node server/edGalaxy.js