diff --git a/doc/OTHERS.md b/doc/OTHERS.md index d65db7607..7ba870c9e 100644 --- a/doc/OTHERS.md +++ b/doc/OTHERS.md @@ -1,31 +1,32 @@ # Other TUI libraries of note -* [NCURSES](https://invisible-island.net/ncurses/) (C) +* [blessed-contrib](https://github.com/yaronn/blessed-contrib) (Javascript) +* [blessings](https://github.com/erikrose/blessings) (Python) * [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) +* [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) -* [termbox-go](https://github.com/nsf/termbox-go) (Go) * [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) -* [gocui](https://github.com/jroimartin/gocui) (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) -* [blessings](https://github.com/erikrose/blessings) (Python) * [urwid](https://github.com/urwid/urwid) (Python) -* [terminedia](https://github.com/jsbueno/terminedia) (Python) +* [vty](http://hackage.haskell.org/package/vty) (Haskell) ## Declarative