Agnostic / VR-Cinema

Virtual cinema for the Oculus Rift, using Mozilla's native VR support.

Home Page:http://agnostic.github.io/VR-Cinema/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VR-Cinema for Oculus Rift / Google Cardboard

This is an experiment to use the native VR support from mozilla and the HTML5 video player to watch videos in a virtual cinema.

Demo created by Gilberto Avalos:

Tech

Projects used:

  • THREE.js - A JavaScript 3D Library which makes WebGL simpler..
  • webvr-boilerplate - A starting point for web-based VR experiences that work in both Cardboard and Oculus.

How to use it

Download/clone repo, then run a simple http server:

~/vr-cinema$ php -S localhost:8080
# Then open http://localhost:8080/
# or:
~/vr-cinema$ python -m SimpleHTTPServer
# Then open http://localhost:8000/

Move the tab/window to the oculus rift display, then go to fullscreen. Enjoy!

TODO

  • Add in-game UI/controls

About

Virtual cinema for the Oculus Rift, using Mozilla's native VR support.

http://agnostic.github.io/VR-Cinema/


Languages

Language:JavaScript 91.4%Language:HTML 8.2%Language:Makefile 0.2%Language:Shell 0.2%