Beautiful. Is this notedeck or something else?

Reply to this note

Please Login to reply.

Discussion

notedeck is just damus android. It’s the same codebase. When on a tablet it looks like notedeck, on phones it’s a single panel notedeck.

Got a link to the new thing?

https://github.com/damus-io/android

Still very early prototype. Been working on refining nostrdb and the nostrdb rust bindings so most of the work happens in there. I just want rust networking code to dump into nostrdb and it does all the hard work. Even note content parsing. The egui UI is just going to subscribe to nostrdb filters and talk to the local db. Anytime new notes are written the local subscriptions will get triggered. Thats the next thing im working on since I just finished queries and subscriptions in nostrdb.

Rad, excited to see how it turns out.

noice