mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
link to other tui libraries worth their druthers
This commit is contained in:
parent
a916d929db
commit
8c40f6076b
18
README.md
18
README.md
@ -7,6 +7,9 @@ by [nick black](https://nick-black.com/dankwiki/index.php/Hack_on) (<nickblack@l
|
||||
<img width="640" height="242" src="doc/0.4.0-sheet.png" alt="notcurses 0.4.0 contact sheet"/>
|
||||
</p>
|
||||
|
||||
[](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
* [Introduction](#introduction)
|
||||
* [Requirements](#requirements)
|
||||
* [Use](#use)
|
||||
@ -21,14 +24,14 @@ by [nick black](https://nick-black.com/dankwiki/index.php/Hack_on) (<nickblack@l
|
||||
* [Differences from NCURSES](#differences-from-ncurses)
|
||||
* [Features missing relative to NCURSES](#features-missing-relative-to-ncurses)
|
||||
* [Adapting NCURSES programs](#adapting-ncurses-programs)
|
||||
* [Environment notes](#environment-notes)
|
||||
* [Fonts](#fonts)
|
||||
* [Supplemental material](#supplemental-material)
|
||||
* [Useful links](#useful-links)
|
||||
* [Other TUI libraries](#other-tui-libraries-of-note)
|
||||
* [History](#history)
|
||||
* [Thanks](#thanks)
|
||||
|
||||
[](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
## Introduction
|
||||
|
||||
* **What it is**: a library facilitating complex TUIs on modern terminal
|
||||
@ -1902,6 +1905,10 @@ These are pretty obvious, implementation-wise.
|
||||
* The unit tests assume dimensions of at least 80x25. They might work in a
|
||||
smaller terminal. They might not. Don't file bugs on it.
|
||||
|
||||
### Fonts
|
||||
|
||||
Fonts end up being a whole thing.
|
||||
|
||||
## Supplemental material
|
||||
|
||||
### Useful links
|
||||
@ -1919,6 +1926,11 @@ These are pretty obvious, implementation-wise.
|
||||
* [Dark Corners of Unicode](https://eev.ee/blog/2015/09/12/dark-corners-of-unicode/)
|
||||
* [UTF-8 Decoder Capability and Stress Test](https://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt)
|
||||
|
||||
### Other TUI libraries of note
|
||||
|
||||
* [tui-rs](https://github.com/fdehau/tui-rs) (Rust)
|
||||
* [blessed-contrib](https://github.com/yaronn/blessed-contrib) (Javascript)
|
||||
|
||||
### History
|
||||
|
||||
* 2019-12-05: notcurses [0.4.0 "TRAP MUSIC ALL NIGHT LONG"](https://github.com/dankamongmen/notcurses/releases/tag/v0.4.0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user