There are two options:
- Clone the 3.2 branch:
git clone -b release_v3.2 git@github.com:gearvrf/GearVRf-Demos.git
- Download a zip archive: open https://github.com/gearvrf/GearVRf-Demos/tree/release_v3.2 and then select "Download ZIP"
Building and running:
- In Android Studio select File->New->Import Project and choose the GearVRf-Demos folder. Android Studio lets you browse the code and install and execute any of the demos.
- To build and install all of the demos from the command line execute
gradlew installDebug
in the GearVRf-Demos folder. To uninstall the demos executegradlew uninstallDebug
. - To install a specific demo then execute, for example,
gradlew gvr-simplesample:installDebug
Note 1: The demos will need an Oculus signature you can download from https://developer.oculus.com/osig/. In gradle.properties you can define an OCULUS_SIGS_DIRECTORY property and point it to the directory where you stored your Oculus signatures. The build automatically will include them for you in the apks. Otherwise you will be responsible for copying the signature files to the demo "assets" directory.
Note 2: If you want to run without loading into a headset, enable Samsung VR Service developer mode: - go to Settings > Applications > manage applications > Gear VR Service > Manage Storage - press the VR Service Version 6 times - if you get a message 'You are a developer' you should see a toggle to enable developer mode - if you get a message 'You are not a developer' you probably haven't installed a valid apk with your oculus signature - install any of demos and try again
A minimal sample showing how to display an equirectangular (360) photo.
A minimal sample showing how to display an equirectangular (360) video using either Android's MediaPlayer class or the ExoPlayer class.
A simplified version of the gvr-3dcursor sample that shows how to use the 3DCursor plugin.
Shows how to use the 3DCursor plugin.
Shows how to use GearVRf's accessibility classes. For example: InvertedColors, TextToSpeech, and Zoom.
Simple sample showing how to use GearVRf with the Physics plugin.
Simple sample showing how to use the camera2 api along with renderscript for use with the passthrough camera.
Simple example of Spatial Audio using GoogleVR's audio library (previously used cardboard's audio library).
A simple sample which can contain as many Stanford bunnies as we want to make it complex
A nice demo that shows input from both the gamepad and touchpad to control a character.
A simple example to show how to load in a cubemap and use it for the background as well as a reflection on an object.
An example showing how to display Android Views inside VR and route events to those views.
A simple picking example.
A minimal example showing how to receive input from a gamepad.
A larger sample that shows a concept of an immersive virtual museum. Uses many features of GearVRf: picking, TextViews, Video, input, etc.
A minimal example showing how an application can be written with Javascript.
A sample that shows how to create a virtual keyboard, including voice input, and use it in a simple trivia game.
A minimal example showing how an application can be written with Lua.
A simple sample that loads in an animated model and starts the animation.
A viewer that allows you to select and display models stored in /sdcard/GVRModelViewer2/. You can look at the model from different angles, change lighting, look at it in wireframe, and toggle animations. Uses the libGDX plugin for UI.
A simple sample showing how to use multiple lights.
A sample showing how to use multiple render passes with the same geometry to show an outline.
A sample showing how to draw lines.
The remote scripting sample enables the debug server and sets up a text object with the ipaddress of the phone so we know where to telnet into.
Inflates and displays some Android views onto a rotating cube.
Shows how create the various scene object types: quad, cube, sphere, cylinder, cone, passthrough camera, text, video. Tap the touchpad to cycle through the objects.
A sample that shows a light source with shadowing.
A simple sample that creates a quad and applies a texture to it.
A sample that shows both heirarchy and animation.
A sample that shows how to use the GVRSwitch node.
Shows initial scene setup and object creation.
Shows event handling and picking.
Shows creating and using components. In this tutorial, a simple particle system is created.
Shows how to integrate Sound and text.
Shows loading and using model assets.
A movie theater sample. Plays back a video, has playback controls and has two theaters to choose from.
A simple augmented reality sample using the Vuforia computer vision library. It looks for a marker and displays a teapot on top of it. You can use either the stone or chips markers. PDFs for the markers are in gvr-vuforia/app/src/main/.
Loads and displays an X3D model.