notecrumbs/README.md

29 lines
789 B
Markdown
Raw Normal View History

2023-12-17 01:48:03 +00:00
# notecrumbs
2023-12-20 20:29:18 +00:00
[![ci](https://github.com/damus-io/notecrumbs/actions/workflows/rust.yml/badge.svg)](https://github.com/damus-io/notecrumbs/actions)
2023-12-17 06:29:06 +00:00
2023-12-17 01:48:03 +00:00
A nostr opengraph server build on [nostrdb][nostrdb], [egui][egui], and
2023-12-17 06:20:18 +00:00
[skia][egui-skia]. It renders notes using the CPU in around 50ms.
2023-12-17 01:48:03 +00:00
[nostrdb]: https://github.com/damus-io/nostrdb
[egui]: https://github.com/emilk/egui
[egui-skia]: https://github.com/lucasmerlin/egui_skia
2023-12-17 06:25:12 +00:00
2023-12-17 06:27:44 +00:00
## Status
WIP!
- [x] Local note fetching with nostrdb
- [x] Basic note rendering
- [x] Fetch notes from relays
2023-12-17 06:27:44 +00:00
- [ ] Render profile pictures
- [ ] Cache profile pictures
- [ ] HTML note page
2023-12-20 20:03:05 +00:00
Very alpha. The design is still a bit rough, but getting there:
2023-12-17 06:25:12 +00:00
2023-12-20 20:03:05 +00:00
![wip](https://cdn.jb55.com/s/note1hy7us6sr7ygzrgn973gc6xth3jdfhnanl0sew5k8v70r5f52qtss0pwcha.png)
2023-12-17 06:27:44 +00:00