Hi HN, I built this because I wanted to see how far I could push C++ optimization inside a terminal environment without relying on X11/Wayland dependencies.
Under the hood, it uses std::async for parallel row rendering and a custom Box Filter area-averaging algorithm for SSAA to keep the Braille characters distinct and avoid temporal noise. I'd love to hear your feedback or suggestions on the implementation!