openvrmc / OpenVR-MotionCompensation

An OpenVR driver for motion compensation - a limited version of OpenVR-InputEmulator
https://ovrmc.dschadu.de/
GNU General Public License v3.0
36 stars 16 forks source link

Mass prune #6

Closed pottedmeat7 closed 4 years ago

pottedmeat7 commented 5 years ago

Removed many features and code, Including:

I also updated ServerDriver and VirtualDeviceDriver to use the newer IVRDriverInput interface and all the necessary virtual function definitions.

There are still references to likely unneeded features for motion compensation. I also have not touched any of the UI layout so that likely will have undefined references. Many of the UI pages can be removed with only the motion compensation pages remaining.

This is just a checkpoint on the work. I probably can do more. However It would be nice to see once the UI compiles, if this pruned code still works to provide the previous motion compensation features required.

pottedmeat7 commented 5 years ago

Just pushed the obvious deletions to the UI. This code compiles. I will need more info on the procedure to test and run it. However the current state, should let you choose different MC options and attempt to run MC in real-time. I don't know if the actual MC correction will work fully through openvr.

rosskevin commented 4 years ago

I'm going to accept and merge this PR as the starting point, @dschadu has continued work from this.