An open API service indexing awesome lists of open source software.

https://github.com/beldar/video-vr-player

Web video visualiser for the Oculus Rift
https://github.com/beldar/video-vr-player

Last synced: 3 months ago
JSON representation

Web video visualiser for the Oculus Rift

Awesome Lists containing this project

README

          

#Video VR Player

Uses ThreeJS and some plugins (WebGL) to transform a video to be viewable on Android Chrome with Google Cardboard

## Install

Dependencies
------------

You have to have installed [bower](http://bower.io/). 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