As of 03/17/2016, this module/example is fully integrated to the examples application which has been moved to the main Rajawali repository: https://github.com/Rajawali/Rajawali. This repository will remain for historical reference but it is effectively abandoned and no responses from the maintainers should be expected.
==============================================================
This project integrates the Rajawali 3D framework with the Google Cardboard SDK v0.6.0.
https://www.youtube.com/watch?v=UIRTKSEnRF0&feature=youtu.be
You'll need a virtual reality headset for smartphones:
- Get your Cardboard
#How To Run The Example
You need a local build of the latest RajawaliVR Framework. Currently RajawaliVR is not available on maven so a local build must be created. To build a local release of RajawaliVR simply perform a checkout of the library then run the gradle tasks clean assembleRelease uploadArchives
.
git clone https://github.com/Rajawali/RajawaliVR.git
./RajawaliVR/RajawaliVR/gradlew clean assembleRelease uploadArchives
git clone https://github.com/Rajawali/RajawaliVR.git
./RajawaliVR/RajawaliVR/gradlew.bat clean assembleRelease uploadArchives