Holodeck is a simple POC Android application made for the Nuxeo VR Hackathon 2017.
- Browse digital assets in a Nuxeo server in VR.
- Navigate thru assets using (bluetooth) game controller, or keyboard connected to the Android device.
- Text-to-speech.
- Speech recognition (just say "Yes" if the 'Assistant' asks if you want to change the "holodeck" ;)
- Uses Google VR SDK for Android for a better native experience.
- Simple to use connection to a Nuxeo server, using Polymer and nuxeo-elements.
- Hackathon code quality ;)
git clone https://github.com/adilioaraujo/holodeck.git
Gradle based Android project
Edit file
holodeck/web/index.html
And set Nuxeo server url
<body>
<vr-app id="app" server="http://localhost:8080/nuxeo/"></vr-app>
</body>
cd holodeck/web
bower install
polymer build
Then copy the contents of
holodeck/web/build/bundled/*
to
holodeck/app/src/main/assets/web/*