Oddbean new post about | logout
 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 😅 
 Anyway, I think Tauri still have bright future. I see they will implement other renderer, but it will not happen anytime soon. 
 you could always assimilate instead bwahaha 
 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 using egui rn though 
 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'll take a look. 
I know Zed uses it. 
 👀
nostr:nevent1qqsx7fu69fnsddvrhhn4l54w58pz5lukekdktxs025ce8whwgf7u7mspzpmhxue69uhkummnw3ezumt0d5hsygqjvypmlhwgmujkkms2hltlx7tusrwvf65g7lp0slw5zppzpdxktupsgqqqqqqsn6s64f 
 I want to check out https://slint.dev for gossip, on my Todo list. 
 why? what's wrong with egui ?