danwillm

Results 56 comments of danwillm

Hey, anything else you'd like me to resolve for this to be merged?

The lucidglove device represents itself as an index controller, which is why its not showing up in that list. This is done here: https://github.com/LucidVR/opengloves-driver/blob/develop/driver/src/device/drivers/knuckle_device_driver.cpp Specifically: https://github.com/LucidVR/opengloves-driver/blob/develop/driver/src/device/drivers/knuckle_device_driver.cpp#L110 It's on the todo...

Hi, Force feedback information is available here: https://github.com/LucidVR/opengloves-driver/wiki/Integrating-Force-Feedback You will need to query it over a named pipe in windows. There's some information on how to do that here: https://github.com/LucidVR/opengloves-driver/wiki/Libraries-and-Examples

Thanks for reporting. This will be fixed in the next SteamVR Beta update.

Hi, Currently, the only driver that supports XR_EXT_eye_gaze_interaction is Steam Link when using the Quest Pro, as we've yet to publish the interface for other drivers to be able to...