damus notedeck for desktop has also been updated. The code running on android is identical to the desktop version!

https://damus.io/notedeck/install/

Reply to this note

Please Login to reply.

Discussion

Just tried it for the first time on desktop, the feed is smooth, zero jank. Nice work.

Sorry what do I need to use to access nostr on the desktop? Just as a reader / commentator?

The link above my reply has all the downloads.

Or are you asking how to log in?

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.”