notecrumbs/README.md

29 lines
835 B
Markdown
Raw Permalink 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-21 22:29:11 +00:00
<img style="width: 600px; height: 300px" src="https://purple.damus.io/nevent1qqstj0wgdgplzypp5fjlg5vdr9mcex5me7elhcvh2trk0836y69q9cgsn6gzr.png">
2023-12-17 06:27:44 +00:00