Skip to content

The project source of the master papers - Smartwatch-based 3DOF Motion Controller and Its Effect - Take“Spatial Puzzle VR Game”as an Example

Notifications You must be signed in to change notification settings

sableangle/ProjectWatchVR

Repository files navigation

A 3DOF Google VR implementation on iOS with Android device controller.

The project source of the master papers - Smartwatch-based 3DOF Motion Controller and Its Effect - Take“Spatial Puzzle VR Game”as an Example

Feature

  • 3DOF moven tracking on any ARKit compatible device
  • Turns any Android Device into a 3DOF hand tracking controller. (Recommand using Google Wear)
  • Gesture tracking and controller implementation
  • Virtual Cusor implementation

Project structure

  • ProjectWatchHoloKit A HoloKit project, Deprecated
  • ProjectWatchVR Not in use anymore, Deprecated
  • ProjectWatchVR_Unity iOS app sample project
  • ProjectWatchVR_UnityWear A sample prject to make a Unity Project run on a Android Wear, deprecate due to the Unity App is too heavy to an Android Wear device
  • Wear The hand tracking controller android project, default is a Android Wear

Usage

APK

Download the pre-built apk and install in your android device, recommand using a android wear

Build the iOS sample from source

Since the iOS app require your apple id to sign the app, there is require to build the iOS sample yourself

  • Using the Unity to open the unity project /ProjectWatchVR_Unity
  • Select the target platform to iOS in your Unity
  • Build the iOS project, you will get a XCode project
  • Open the XCode project and run! (If you got an error message in XCode when build like this Cannot initialize a parameter of type 'id<NSCopying> _Nonnull' with an rvalue of type 'Class' see the solution here!)

Setting connection

The data controller data is sent via WebSocket

  • In the android app, long-press the top button, the setting menu will show
  • Setup the iOS device IP on the setting view, the iOS device and Android device should in the same network

How to...

  • Make the Wear project to a normal android project? Just delete all android wear relative feature in AndroidManifes.xml and turn all WearableActivity into Activity, (you may reqire to fix some small compile error yourself)

Screenshots

Special Thanks

This project is based on those great project, without them the job will not possible be done!

About

The project source of the master papers - Smartwatch-based 3DOF Motion Controller and Its Effect - Take“Spatial Puzzle VR Game”as an Example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published