I’m not sure this is the right community.
I’ve been hoping for a TUI frontend for Lemmy for a while, but unfortunately none came out and I’ve decided to build a proof of concept on my own.
It’s written in python with pythorhead, blessed and chafa.py and it’s quite janky.
Async programming is really quite hard to wrap your head around. Currently I’m mostly struggling with excessive memory consumption.
Send help I’m struggling with lifetimes, unbounded channel & implementing EventHandler… <3