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

Reply to this note

Please Login to reply.

Discussion

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?

https://github.com/iced-rs/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?