@heanihilator Would you be open to me commissioning you to add another 3dof input device to your XRLinuxDriver library?
https://github.com/wheaney/XRLinuxDriver
I'd like to get the gryoscope from the GPD WIN 4 in there if you're up for it.
@mauve Can you describe what you're hoping to achieve?
@heanihilator I'm hoping I can activate the gyro mouse and "aim" my controller to move the mouse around kind of like gyro aiming in games.
- When activated get the vector the device is pointing (from the top of the device)
- Rotating along this axis moves the cursor along X
- Rotating perpendicular to it (right side of the device) moves along Y
I could mock something up on a web app if that'd be easier. My main issue is getting the gyro drivers and linux cursor bits.
@mauve So you want to make the gyro move the mouse so you can use the device as a pointer?
@heanihilator Yes exactly. I might have the actual screen be my HMD or just the device's built in screen.
The device in question BTW: https://gpdstore.net/product/gpd-win-4-2024/
@heanihilator I somehow managed to break the config already, but yes the mouse mode in your driver is perfect.