Check out my first novel, midnight's simulacra!

Notcurses: Difference between revisions

From dankwiki
(bring in description from notcurses_render(3))
(mention c++ and python bindings)
Line 1: Line 1:
[[File:Notcurses-1.0.0-chunli.png|thumb|right|When Bison graced her village, it was Tuesday]]
[[File:Notcurses-1.0.0-chunli.png|thumb|right|When Bison graced her village, it was Tuesday]]
notcurses is a 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.
notcurses is a 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, as are [https://github.com/dankamongmen/notcurses/issues/212 C++] and [https://github.com/dankamongmen/notcurses/issues/149 Python].


Source and issue-tracking live at [https://github.com/dankamongmen/notcurses Github].
Source and issue-tracking live at [https://github.com/dankamongmen/notcurses Github].