-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a UI for Linux users, parity with Decky UI #5
Comments
As I'm expanding the role of the Decky UI (which is part of what prompted this task), I'm realizing that the decky python backend code is actually providing the API that could be used by both Decky and a Breezy UI. So if using a Python script to kick off a portable (across Linux distros/window systems) GUI is a possibility, let's go with that. This would include refactoring the decky plugin's Python backend into a reusable Python class. It would either need to live in its own repo, or I think it makes sense to put it in Breezy since the decky plugin installs Breezy and could theoretically include Breezy's Python API. Note that I'm expanding this Python API in my own branch as I write this, and it should be merged within the next week. |
Here are the python functions we'd want to refactor out of the decky python backend:
|
PyXRLinuxDriverIPC now contains the shared python backend that owns the driver integrations for the Breezy UI and Decky plugin UI. Next steps would be to update the Breezy UI:
|
Right now the only way to modify configs is through the
~/bin/xreal_driver_config
script, and I'm finding it a bit tedious to manage and use that script as I add features, especially more complex ones like a calibration workflow. The Decky UI makes it possible for Decky users to configure things on-the-fly using checkboxes/buttons/sliders/etc... and I'd like to have the same UI available for general Linux users. Since breezy is always running in the background, this task would be to build a UI that someone could launch whenever they wanted to use it, but opening or closing it has no effect on the operations of breezy itself.The text was updated successfully, but these errors were encountered: