I am currently about to write my VR game engine. I am trying to decide if I should use the Oculus SDK or the OpenVR SDK. I have looked everywhere and can't find how well the Oculus Touch controllers work with the OpenVR SDK.
Does the Oculus Touch controllers work with the OpenVR SDK?
310 Views Asked by Blake Riebel At
1
There are 1 best solutions below
Related Questions in OCULUS
- Using a cursor within a Virtual Reality application to click on buttons
- how do I apply the stereo effect to a video mapped sphere?`
- Oculus Rift - Multi Desktop Application
- Capture a video on Gear VR for my own VR application without publishing application on Play Store
- Error: package com.oculus.vrappframework does not exist
- Unity Oculus Player Height
- WebVR - no orientation or position from PositionSensorVRDevice
- Choppy image using Oculus VR camerarig
- Unity Build for Embedded Processors
- How to capture current desktop efficiently and cross-platform in Unity3D?
- Detecting Oculus HMD in Unity
- Is it possible to render a camera view on the Oculus and another on a laptop screen?
- Understanding glTexCoord2f(), glVertex3f() in OpenGL
- Noob, Oculus Rift enabled webpage questions
- Why is a texture lookup so much slower than a direct computation?
Related Questions in VIRTUAL-REALITY
- how to bluid unity project correctly into android device
- how to create fuse buttons using Google cardboard sdk
- Using a cursor within a Virtual Reality application to click on buttons
- position of Prefab Cardboard change on Unity play
- How to combine Cardboard VR + Vuforia AR plugin on Unity?
- How to Capture the screen of Gear VR and display on laptop or projector
- Stream youtube video for Google Cardboard - Android
- How to export a 3D design and port it so it can be seen with Google CardBoard
- Create simple Google Cardboard
- Render Android MediaCodec output on two views for VR Headset compatibility
- Unity vr develop do I need right and left camera?
- Capture a video on Gear VR for my own VR application without publishing application on Play Store
- How to get current play time of GVRVideoView
- LibGdx: calculating view matrix from projection
- Virtual Reality for all drivers
Related Questions in OPENVR
- openvr actions are not active
- HTC Vive Pro camera image deformation
- Trouble understanding OpenVR driver API
- What's the easiest way to draw a sphere at a certain coordinate with PyopenVR?
- Why does SteamVR forget about my OpenVR dashboard app?
- Getting OpenVR tracking quality without SteamVR
- Setting up Oculus Rift in Unity with OpenVR + SteamVR
- OpenVR: Implementation of virtual API functions (GetProjectionMatrix)
- Why GetDeviceToAbsoluteTrackingPose(...) doesn't return the HMD position in OpenVR?
- SteamVR Frame spikes when creating a single thread
- error CS0234: The type or namespace name 'InteractionSystem' does not exist in the namespace 'Valve.VR' (are you missing an assembly reference?)
- Does the Oculus Touch controllers work with the OpenVR SDK?
- QtQuick is not installed properly with Visual C++
- SteamVR HDK JSON Error
- Resetting HTC Vive Origin/"World"
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have a project built in Unity with OpenVR for the Vive. I set up the Oculus Touch on my computer and ran the project in Unity and the Touch controllers worked without changing anything. I had to make some adjustments to get the button mapping I wanted, but in my experience having just tried this, building for both the Vive and Touch using OpenVR works just fine. I have not noticed any problems with the Touch controllers through OpenVR and in reading forums it sounds like there are no performance issues. However if you only want to target Oculus, it sounds like OpenVR will be preferable. I'm no expert but I hope that helps!