carl-anders / slimevr-wrangler

Use Joycons as SlimeVR trackers with this middleware application
Apache License 2.0
105 stars 15 forks source link

(LINUX) Option to disable use of either joycon-rs or evdev APIs for Joycon communication #29

Open yoyobuae opened 1 year ago

yoyobuae commented 1 year ago

Maybe implemented as a command line switch.

For Linux this would allow disabling the use of hidraw that apparently can cause instability in some cases. It also allows using Joycons for purposes other than use with slimevr-wrangler (ie. Joycons in single mode get used by the wrangler, while Joycons in combined mode are not)

carl-anders commented 1 year ago

Could be useful for those using linux. Not something I'm interested in building myself, but if a PR is made I will help with issues and merge when good.