Skip to content

nitosan/gvr_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GearVRf-template

This is the project Template for Samsung GearVR Framework

Getting Started

Follow these steps to create projects for GearVR framework

  1. Make a copy of this repo
  2. Rename your project by changine the folder name
  3. Rename your Android App by updating app_name field of app/src/main/res/values/strings.xml
  4. Update the applicationID in app/build.gradle to avoid conflict between other GearVR Framework apps.

Build and Run

Gear VR

The default setup for template project is for Gear VR, so you don't need to change any project file

Just need to copy your Oculus signature file to app/src/main/assets folder.

DayDream

Perform the following steps to enable DayDream Mode

  1. remove following line in app/build.gradle
compile "org.gearvrf:backend_oculus:$gearvrfVersion"
  1. comment out following line in AndroidManifest.xml
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only"/>

About

GearVR Framework Workshop Source Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages