Braydon Fuller @Braydon Fuller - 17d
Damus Notedeck was the fastest with egui and Rust, pretty interesting. Might be something to immediate mode!? nostr:nevent1qqs0t8a7qsnk8yc5smlpuc98e5anxvrk048f8f6nap2f8zzfxjvqqjgpz9mhxue69uhkummnw3ezuamfdejj7q3qxtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsxpqqqqqqzeupvz3
jb55 @jb55 - 17d
Immediate mode gives very predictable performance l
Awesome!
With Gnome and KDE both going towards mobile AND Andriod going towards desktop with windowing and a taskbar, I think this might be the best way to go to develop cross-platform responsive networking apps. Especially considering this performance. 🤘🌞
There are tradeoffs… you tend to have to redraw the entire frame anytime something changes. but when the entire thing renders in 1-2ms… thats predictable perf at the expense of slightly more cpu use on average
Although im not even sure thats true, some of these new retained mode frameworks (jetpack compose/swiftui) are cpu hogs
Yeah, very possible, they have become quite complex. And so many of these new frameworks have ten-thousand and one dependencies and often not designed with security as a top priority.