Maybe I will port Lume to Linux which using native gtk-rs instead of Tauri, then Lume will truly native app on Linux.
Pretty hard to optimize Tauri on Linux.
#devstr
Maybe I will port Lume to Linux which using native gtk-rs instead of Tauri, then Lume will truly native app on Linux.
Pretty hard to optimize Tauri on Linux.
#devstr
Doesn't Tauri already use libwebkit-gtk over there?
Yes,
I want to provide more native experence like some native gnome app but tauri support it pretty limited, I cannot custom the window or CSD.
And the bug cause high memory on linux still not fixed yet: https://github.com/tauri-apps/tauri/issues/4026
Have you tried iced?
oh I will look into it
I mainly want to create a native gnome ui like some default apps
How's Tauri dev these days?