This is promising. Is this the stack you're going to use for the new damus?
Discussion
yes, i have it running on a $150 android phone at 0.5ms render time per frame. Also running on my pixel phone, samsung tablet, macos/linux desktop (notedeck). Linux server (notecrumbs). Haven’t tried ios yet but should work.
Beautiful. Is this notedeck or something else?
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