Check out my first novel, midnight's simulacra!
Notcurses
From dankwiki
My library for building complex, vibrant textual user interfaces (TUIs) on modern terminal emulators. It does not use Ncurses (though it does make use of libtinfo from that package), nor is it an X/Open Curses source-compatible replacement.
Source and issue-tracking live at Github.
Releases
Release | Date | Key features |
---|---|---|
0.9.0 | 2019-12-18 | Recognize COLORTERM, damage map, quantized colors, _yx API extensions, alignment |
0.4.0 | 2019-12-05 | Cell API, input, resize handling |
0.3.0 | 2019-12-02 | Video support, transparent planes, fades |
0.2.0 | 2019-12-02 | Panelreels, image support |
0.1.0 | 2019-11-30 | Ncplanes, basic output |