You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies to the upcoming 0.20 version. I cannot forever delay updating my dependencies, and the capability to properly hide windows is broken upstream for various reasons in various places.
I'll try to make up for it in the meantime by argumenting the CLI with better tray icon support. Should be possible to use submenus with muda in the tray icon to configure options in a "windowless" mode. The GUI would still be required to add/remove/manage saved profiles/effects.
TODO:
Remove the "Struct per effect" paradigm and the unecessary trait, use just the enum instead.
Use function(s) (effect_ui(ui)) on each file to define what UI should be shown, with a helper default_ui function for those that don't need anything special.
The other option is to move out of eframe (or egui) entirely, but iced has the same issue for wayland. tauri might be the only option, not too keen about their "web renderer as UI" model though, I'd prefer the app to remain relatively self contained.
The text was updated successfully, but these errors were encountered:
Applies to the upcoming
0.20
version. I cannot forever delay updating my dependencies, and the capability to properly hide windows is broken upstream for various reasons in various places.I'll try to make up for it in the meantime by argumenting the CLI with better tray icon support. Should be possible to use submenus with
muda
in the tray icon to configure options in a "windowless" mode. The GUI would still be required to add/remove/manage saved profiles/effects.TODO:
effect_ui(ui)
) on each file to define what UI should be shown, with a helperdefault_ui
function for those that don't need anything special.muda
submenus and others to allow full control over the keyboard.Blocking:
send_viewport_cmd
does not work for invisible viewports emilk/egui#3655request_repaint
ignored if minimized emilk/egui#5136App::tick
emilk/egui#5113The other option is to move out of
eframe
(oregui
) entirely, buticed
has the same issue for wayland.tauri
might be the only option, not too keen about their "web renderer as UI" model though, I'd prefer the app to remain relatively self contained.The text was updated successfully, but these errors were encountered: