2020-04-18 11:11:33 +00:00
|
|
|
# Other TUI libraries of note
|
|
|
|
|
|
|
|
* [NCURSES](https://invisible-island.net/ncurses/) (C)
|
|
|
|
* [tui-rs](https://github.com/fdehau/tui-rs) (Rust)
|
|
|
|
* [blessed-contrib](https://github.com/yaronn/blessed-contrib) (Javascript)
|
|
|
|
* [FINAL CUT](https://github.com/gansm/finalcut) (C++)
|
|
|
|
* [crossterm](https://github.com/crossterm-rs/crossterm) (Rust)
|
|
|
|
* [tty-cursor](https://github.com/piotrmurach/tty-cursor) (Ruby)
|
|
|
|
* [caca](http://caca.zoy.org/wiki/libcaca) (C)
|
|
|
|
* [Newt](https://pagure.io/newt) (C)
|
|
|
|
* [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]
|
2020-05-08 20:21:24 +00:00
|
|
|
* [urwid](https://github.com/urwid/urwid) [Python]
|
2020-04-18 11:11:33 +00:00
|
|
|
|
|
|
|
## Declarative
|
|
|
|
|
|
|
|
* [brick](https://github.com/jtdaugherty/brick) (Haskell, atop vty)
|
2020-05-08 20:21:24 +00:00
|
|
|
* [zui](https://github.com/zdharma/zui) [Zsh, atop zdharma]
|