From b6d818c8f7293089a5c70d44a61a0fd1f2fe64c0 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 7 Mar 2021 21:56:07 -0500 Subject: [PATCH] OTHERS: add jexer. java gets on the board! --- doc/OTHERS.md | 47 ++++++++++++++++++++++++----------------------- 1 file changed, 24 insertions(+), 23 deletions(-) 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) -* [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) +* [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