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.

  • noctisatrae
    arrow-up
    4
    arrow-down
    0
    ·
    10 months ago
    link
    fedilink

    I’m too working on a TUI to browse the-eye.eu, I’m still struggling with asynchronous render & Rust.

    • crunchpasteOPEnglish
      arrow-up
      3
      arrow-down
      0
      ·
      10 months ago
      link
      fedilink

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

      • noctisatrae
        arrow-up
        2
        arrow-down
        0
        ·
        10 months ago
        edit-2
        10 months ago
        link
        fedilink

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