Felk / dolphin

Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
https://dolphin-emu.org/
Other
56 stars 10 forks source link

Support for Accelerometer and Gyroscope #17

Open llusof opened 2 years ago

llusof commented 2 years ago

Hey, could you add support for Accelerometer and Gyroscope? I think it would be best to have x, y and z axis for the accelerometer and the pitch, yaw and roll for the gyroscope. And maybe the motion data timestamp for the accelerometer.

Felk commented 2 years ago

This is certainly on my TODO list. I just can't promise that I'll get to work on this any time soon. But thanks for bringing it up, definitely a must-have on the long run.

Felk commented 1 year ago

This has now been added. No prebuilt binary yet, but it's on master. Does the Python API look good to you?

And maybe the motion data timestamp for the accelerometer.

I'm not sure where I'd get that. Can you explain or send me an link to an explanation on what that is? And what it'd be useful for?