Check out my first novel, midnight's simulacra!
Notcurses: Difference between revisions
From dankwiki
(add 0.4.0 sample sheet) |
(add history table with various releases) |
||
Line 4: | Line 4: | ||
[[File:Notcurses-0.4.0-bling.png|640px|center|Contact sheet from Notcurses 0.4.0 demo]] | [[File:Notcurses-0.4.0-bling.png|640px|center|Contact sheet from Notcurses 0.4.0 demo]] | ||
==Releases== | |||
{| class="wikitable" | |||
! Release !! Date !! Key features | |||
|- | |||
| [https://github.com/dankamongmen/notcurses/releases/tag/v0.9.0 0.9.0] || 2019-12-18 | |||
| Recognize <tt>COLORTERM</tt>, damage map, quantized colors, <tt>_yx</tt> API extensions, alignment | |||
|- | |||
| [https://github.com/dankamongmen/notcurses/releases/tag/v0.4.0 0.4.0] || 2019-12-05 | |||
| Cell API, input, resize handling | |||
|- | |||
| [https://github.com/dankamongmen/notcurses/releases/tag/v0.3.0 0.3.0] || 2019-12-02 | |||
| Video support, transparent planes, fades | |||
|- | |||
| [https://github.com/dankamongmen/notcurses/releases/tag/v0.2.0 0.2.0] || 2019-12-02 | |||
| Panelreels, image support | |||
|- | |||
| [https://github.com/dankamongmen/notcurses/releases/tag/v0.1.0 0.1.0] || 2019-11-30 | |||
| Ncplanes, basic output | |||
|- | |||
|} | |||
==See Also== | ==See Also== | ||
* [[outcurses]], my effects and widgets library for [[Ncurses]] | * [[outcurses]], my effects and widgets library for [[Ncurses]] |
Revision as of 06:43, 20 December 2019
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 |