jangxx / LeapOVRPassthrough

Passthrough Overlay of a Leap Motion controller mounted to an OpenVR headset
MIT License
17 stars 2 forks source link

Configuration/Settings file? #4

Open dragos240 opened 3 weeks ago

dragos240 commented 3 weeks ago

Does this overlay utilize any kind of config file to save whether you set the opacity to 50%? I'm looking to use something like this regularly, but needing to click a tray menu option each time is a bit of an obstacle

EDIT: Also is there a way to make the overlay larger? It only takes up a small portion of my screen

EDIT2: Added a PR #5 to make the overlay full screen with a tray menu option

jangxx commented 3 weeks ago

I definitely thought about adding it when I started adding those tray options, but to be honest with you, I don't use this app myself and haven't for many years. The only reason why I even touched it in the first place is because some people on the Bigscreen Discord were suddenly using it and I didn't mind spending an evening or two to add a small feature or two.

Adding a whole config file system wouldn't be a lot of work per se, but it would definitely require rearchitecting a few things (needs a global config manager and then the other managers would need to hook into it) and also adding some sort of JSON (or other config file format) parser and writer. So, if you feel like working on it, I'd be happy to review and merge a PR, otherwise I don't think I have the time to work on this right now, sorry.