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.
I’m too working on a TUI to browse the-eye.eu, I’m still struggling with asynchronous render & Rust.
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