https://github.com/beldar/prototypes-webgl-world
This prototype features a WebGL rendered world globe where add ons get attached to it depending on the sliders value.
https://github.com/beldar/prototypes-webgl-world
Last synced: 3 months ago
JSON representation
This prototype features a WebGL rendered world globe where add ons get attached to it depending on the sliders value.
- Host: GitHub
- URL: https://github.com/beldar/prototypes-webgl-world
- Owner: beldar
- Created: 2015-02-18T16:50:29.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T19:18:17.000Z (almost 11 years ago)
- Last Synced: 2025-10-23T04:57:08.192Z (9 months ago)
- Language: JavaScript
- Size: 13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#WebGL Rotating World with add on elements
This prototype features a WebGL rendered world globe where add ons get attached to it depending on the sliders value.

## Install
Dependencies
------------
You have to have installed [bower](http://bower.io/), and [compass](http://compass-style.org/install/). To install the first two you'll need [node](http://nodejs.org/) too.
This project is build with [Yeoman](http://yeoman.io/).
Install
-------
Once you have all those and cloned the repo, go to the root of the project and run:
bower install
That will download all the js and css dependencies of the project.
Then run:
npm install
This will download all the node dependencies (including grunt)
Finally you can launch the site running:
grunt serve
You can build the project ready for production like this:
grunt build
That will leave everything ready on the `/dist` folder