mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
2cd8b9d82e
Extract Curses differences and adaptation sections, and move them to doc/CURSES.md. Reference this new document in README.md. We now have sufficiently few sections that we can dispense with the ToC. Do so.
43 lines
1.9 KiB
Markdown
43 lines
1.9 KiB
Markdown
# Other TUI libraries of note
|
|
|
|
* [NCURSES](https://invisible-island.net/ncurses/) (C)
|
|
* [caca](http://caca.zoy.org/wiki/libcaca) (C)
|
|
* [Newt](https://pagure.io/newt) (C)
|
|
* [termbox](https://github.com/nsf/termbox) (C+Python)
|
|
* [libtickit](http://www.leonerd.org.uk/code/libtickit/) (C)
|
|
* [FINAL CUT](https://github.com/gansm/finalcut) (C++)
|
|
* [CPPurses](https://github.com/a-n-t-h-o-n-y/CPPurses) (C++)
|
|
* [ImTui](https://github.com/ggerganov/imtui) (C++)
|
|
* [tui-rs](https://github.com/fdehau/tui-rs) (Rust)
|
|
* [termion](https://github.com/redox-os/termion) (Rust)
|
|
* [crossterm](https://github.com/crossterm-rs/crossterm) (Rust)
|
|
* [pancurses](https://github.com/ihalila/pancurses) (Rust)
|
|
* [termwiz](https://github.com/wez/wezterm/tree/master/termwiz) (Rust)
|
|
* [blessed-contrib](https://github.com/yaronn/blessed-contrib) (Javascript)
|
|
* [tty-cursor](https://github.com/piotrmurach/tty-cursor) (Ruby)
|
|
* [vty](http://hackage.haskell.org/package/vty) (Haskell)
|
|
* [hscharm](https://hackage.haskell.org/package/hscharm) (Haskell)
|
|
* [S-Lang](http://www.jedsoft.org/slang/) (S-Lang)
|
|
* [termbox-go](https://github.com/nsf/termbox-go) (Go)
|
|
* [tcell](https://github.com/gdamore/tcell) (Go)
|
|
* [termui](https://github.com/gizak/termui) (Go)
|
|
* [gocui](https://github.com/jroimartin/gocui) (Go)
|
|
* [tview](https://github.com/rivo/tview) (Go)
|
|
* [blessings](https://github.com/erikrose/blessings) (Python)
|
|
* [urwid](https://github.com/urwid/urwid) (Python)
|
|
* [terminedia](https://github.com/jsbueno/terminedia) (Python)
|
|
|
|
## Declarative
|
|
|
|
* [brick](https://github.com/jtdaugherty/brick) (Haskell, atop vty)
|
|
* [zui](https://github.com/zdharma/zui) (Zsh, atop zdharma)
|
|
|
|
## Graphics
|
|
|
|
* [termbox](https://github.com/nsf/termbox) (C)
|
|
* [chafa](https://hpjansson.org/chafa/) (C)
|
|
* [libsixel](https://github.com/saitoha/libsixel) (C)
|
|
* [viu](https://github.com/atanunq/viu) (Rust)
|
|
* [grafterm](https://github.com/slok/grafterm) (Go)
|
|
* [timg](https://github.com/hzeller/timg) (C++)
|