Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
(add 0.9.9 release)
No edit summary
Line 1: Line 1:
[[File:Notcurses-1.0.0-chunli.png|thumb|right|When Bison graced her village, it was Tuesday]]
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. It is written in [[C]], with C++-safe headers. [https://crates.io/crates/notcurses Rust] bindings are on the way.
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. It is written in [[C]], with C++-safe headers. [https://crates.io/crates/notcurses Rust] bindings are on the way.


Line 4: Line 5:


I am working on a full [https://nick-black.com/notcurses/ API reference].
I am working on a full [https://nick-black.com/notcurses/ API reference].
[[File:Notcurses-1.0.0n.png|640px|center|Contact sheet from Notcurses 1.0.0 demo]]


   
   
Line 171: Line 170:
* <tt>screen</tt>: i've yet to see anything but a mess in screen
* <tt>screen</tt>: i've yet to see anything but a mess in screen
* <tt>tmux</tt>: i've only seen 256 colors work in tmux
* <tt>tmux</tt>: i've only seen 256 colors work in tmux
[[File:Notcurses-1.0.0n.png|640px|center|Contact sheet from Notcurses 1.0.0 demo]]


==Releases==
==Releases==