Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
No edit summary
(add 0.4.0 sample sheet)
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].
 
[[File:Notcurses-0.4.0-bling.png|640px|center|Contact sheet from Notcurses 0.4.0 demo]]


==See Also==
==See Also==
* [[outcurses]], my effects and widgets library for [[Ncurses]]
* [[outcurses]], my effects and widgets library for [[Ncurses]]

Revision as of 22:07, 15 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.

Contact sheet from Notcurses 0.4.0 demo
Contact sheet from Notcurses 0.4.0 demo

See Also