To compete with notedeck by @jb55 , I will migrate Lume from Tauri to GPUI 🥲.
What happened with Tauri, reya? Does it have lot of bugs for Lume?
Ah mostly bugs cause by my bad code 🤣. Tauri itself is solid (especially in v2), but it still depend on webview, which is terrible on linux (libwebkit2gtk). And of course the perfomrnace is nowhere to match the native render. I will try optimize with tauri as much as I can, but in the long term, I choose fully native.
Ah, seems you have many works in there, especially if you have to rewrite lot of parts. Hopefully you have in good spirits to do that 😅 Well, native is more preferable if possible. It's quite rare choice to develop native desktop GUI apps. Electron Tauri are quite often to be used 😅
unsure how stable gpui is at this point lots of alpha in zig right now I am going to take a look soon. hoping to try nuklear or dear imgui on it one day because it's c compatible
I'm playing with GPUI for https://github.com/lumehq/coop . the only issue is lack of document, other than that GPUI is pretty fine. You can check other good app build with GPUI: https://github.com/MatthiasGrandl/loungy
I want to check out https://slint.dev for gossip, on my Todo list.