damus notedeck for desktop has also been updated. The code running on android is identical to the desktop version!
Discussion
Can you write an article about this?
Is it WASM and Rust?
No wasm, just rust + egui. Yeah would love to write about the tech stack. I think its pretty unique
Impressive and little know Rust GUI library!
I program in Rust, and this is great news. It does use WASM for web, but it hides the complexity.
It goes native on iOS and Android.
From their website:
“Egui is an immediate mode GUI library written in Rust. egui runs both on the web and natively on Apple, Linux and Windows.
On the web it is compiled to WebAssembly and rendered with WebGL.
Everything you see is rendered as textured triangles. There is no DOM, HTML, JS or CSS.
Just Rust.
egui is designed to be easy to use, portable, and fast.”
