mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
50 lines
2.1 KiB
Markdown
50 lines
2.1 KiB
Markdown
# Other TUI libraries of note
|
|
|
|
* [blessed](https://github.com/chjj/blessed) (node.js)
|
|
* [blessed-contrib](https://github.com/yaronn/blessed-contrib) (Javascript)
|
|
* [blessings](https://github.com/erikrose/blessings) (Python)
|
|
* [caca](http://caca.zoy.org/wiki/libcaca) (C)
|
|
* [CPPurses](https://github.com/a-n-t-h-o-n-y/CPPurses) (C++)
|
|
* [crossterm](https://github.com/crossterm-rs/crossterm) (Rust)
|
|
* [FINAL CUT](https://github.com/gansm/finalcut) (C++)
|
|
* [gocui](https://github.com/jroimartin/gocui) (Go)
|
|
* [hscharm](https://hackage.haskell.org/package/hscharm) (Haskell)
|
|
* [ImTui](https://github.com/ggerganov/imtui) (C++)
|
|
* [jexer](https://jexer.sourceforge.io/) (Java)
|
|
* [libtickit](http://www.leonerd.org.uk/code/libtickit/) (C)
|
|
* [NCURSES](https://invisible-island.net/ncurses/) (C)
|
|
* [Newt](https://pagure.io/newt) (C)
|
|
* [pancurses](https://github.com/ihalila/pancurses) (Rust)
|
|
* [S-Lang](http://www.jedsoft.org/slang/) (S-Lang)
|
|
* [tcell](https://github.com/gdamore/tcell) (Go)
|
|
* [termbox](https://github.com/nsf/termbox) (C+Python)
|
|
* [termbox-go](https://github.com/nsf/termbox-go) (Go)
|
|
* [terminedia](https://github.com/jsbueno/terminedia) (Python)
|
|
* [termion](https://github.com/redox-os/termion) (Rust)
|
|
* [termui](https://github.com/gizak/termui) (Go)
|
|
* [termwiz](https://github.com/wez/wezterm/tree/master/termwiz) (Rust)
|
|
* [tui-rs](https://github.com/fdehau/tui-rs) (Rust)
|
|
* [tty-cursor](https://github.com/piotrmurach/tty-cursor) (Ruby)
|
|
* [tview](https://github.com/rivo/tview) (Go)
|
|
* [urwid](https://github.com/urwid/urwid) (Python)
|
|
* [vty](http://hackage.haskell.org/package/vty) (Haskell)
|
|
|
|
## 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++)
|
|
|
|
## Advanced
|
|
|
|
* [Jexer](https://jexer.sourceforge.io/) (Java)
|
|
* [pygamelib](https://github.com/arnauddupuis/pygamelib) (Python)
|