iced seems like a nicer option for desktop app.
egui is fine for Waddy so far but not good enough.
It is possible that egui can still be in used by encapsulating the whole tree view inside another Window (main viewport contains Window that contains tree view). With this, some Waddy basic QoLs such as close confirmation or drag and drop are possible to implement.
iced seems like a nicer option for desktop app.
egui is fine for Waddy so far but not good enough.
It is possible that egui can still be in used by encapsulating the whole tree view inside another Window (main viewport contains Window that contains tree view). With this, some Waddy basic QoLs such as close confirmation or drag and drop are possible to implement.