-
Notifications
You must be signed in to change notification settings - Fork 6
SteamVR Driver #22
Copy link
Copy link
Open
Labels
Feature RequestFeature RequestFeature RequestdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
Feature RequestFeature RequestFeature RequestdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
SteamVR
Following the documentation of steamworks, and the gh page for openVR-sdk, which all of these resources are in the src/driver/README.md. Create a very basic--but working SteamVR driver, as we can use adb commands and adb stuff to handle everything related to sending data to receiving data from it.
Along with #17, we can use SteamVR to mainly handle everything when talking to the quest and PC, luckily the quest is already recognized as a USB device, but Linux doesn't really know what to do with it, then comes the adb stuff. We can use it as a way to send and receive data from the Quest to the PC, and also do some other stuff with it, which then the Quest Android app that I still need to work on, would deal with some of that.
The progress for it and other things relating to it, will be updated here.