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'm playing around with having more flexible/complete tray icon support without a GUI, but my time has been rather limited for quite some time now.
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'm playing around with having more flexible/complete tray icon support without a GUI, but my time has been rather limited for quite some time now.
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.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: