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.

    • @[email protected]OP
      link
      fedilink
      English
      39 months ago

      Async programming is really quite hard to wrap your head around. Currently I’m mostly struggling with excessive memory consumption.

      • @[email protected]
        link
        fedilink
        2
        edit-2
        9 months ago

        Send help I’m struggling with lifetimes, unbounded channel & implementing EventHandler… <3