Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
No edit summary
No edit summary
Line 2: Line 2:


Source and issue-tracking live at [https://github.com/dankamongmen/notcurses Github].
Source and issue-tracking live at [https://github.com/dankamongmen/notcurses Github].
==See Also==
* [[outcurses]], my effects and widgets library for [[Ncurses]]

Revision as of 00:43, 27 November 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.


See Also