-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Simple controller driver #1
Comments
I have a work in progress controller driver for OSVR here that I used as a substitute for the official SteamVR OSVR driver. Bear in mind the thread in the constructor was a bit of a hack because putting the osvr functions in RunFrame was causing unknown issues. As for your question I don't really understand what you're asking sorry. |
My feature request the sample code driver openvr for vr controllers (without OSVR). There is such driver, but it is not clear on which API (legacy). |
Sorry for the delay, I will release the completed driver + source when I have finished the tutorial. |
I've just released the final driver with HMD and controller support + uploaded the code. I'm going to close this now but feel free to reopen if you have any issues. |
Thanks |
Hello, It would be nice to see a self simple driver for controllers (like valve HMD "driver sample" ) for DIY VR Controllers.
As an example, can change the position, rotation and buttons using the keyboard buttons. I did the same for "driver_sample".
For DIY HMD there are few OpenVR drivers (FreeTrack & OpenTrack or Arduino or simple api).
Thanks.
The text was updated successfully, but these errors were encountered: