csvurt / edGalaxyMap

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 73.6%Language:HTML 23.1%Language:CSS 3.3%