dyegoaurelio
dyegoaurelio
Any updates?
Unfortunately, at least from my testing, the only realiable way to have web exports that run on most platforms is to use godot 3
> @dyegoaurelio the issue is the same if you attempt to run godot 3 with multithreading on. The support for godot 3 web exports is better than godot 4 even...
are there any workarounds for using webgl?
Currently the app fetches pipewire data by running the `pw-cli list-objects` command here https://github.com/dyegoaurelio/simple-wireplumber-gui/blob/d023598339f0ec7ad63ea1a24d304b6e9069b9f1/src/pipewire.py#L54-L56 since pipewire is not accessible because the app doesn't have root permissions, this won't work I'm...
Thanks for your feedback! I've just published a version that fill these pages with the input/output pipewire nodes  My goal, initially, is to support renaming and...
can you confirm that you are running wireplumber by running the following command? ``` wpctl status ```
nixfmt now allows language annotations before strings. So this ```nix /* bash */ "echo hello" ``` Is compatible with the official formatter now.
@olberger I'm not sure. Since it worked after rebooting your system, could it be possible that your pipewire server wasn't running properly?