mirror of
https://github.com/rothgar/awesome-tuis.git
synced 2025-01-18 13:02:32 +01:00
Compare commits
2 commits
63a8ef0809
...
4526094d45
Author | SHA1 | Date | |
---|---|---|---|
|
4526094d45 | ||
|
0df42c48ab |
1 changed files with 2 additions and 0 deletions
|
@ -187,6 +187,7 @@ List of projects that provide terminal user interfaces
|
|||
- [Gameboy Emulator](https://github.com/gabrielrcouto/php-terminal-gameboy-emulator) A PHP Terminal GameBoy Emulator
|
||||
- [go-life](https://github.com/sachaos/go-life) Terminal based Conway's Game of Life
|
||||
- [Greed](https://gitlab.com/esr/greed) A game of consumption. Eat as much as you can before munching yourself into a corner!
|
||||
- [Maze TUI](https://github.com/agl-alexglopez/maze-tui) Build mazes and solve them with various algorithms.
|
||||
- [Micro Snake](https://github.com/troglobit/snake) A small snake game, utilizing ANSI escape sequences to draw the board.
|
||||
- [Micro Tetris](https://github.com/troglobit/tetris) One of the smallest Tetris implementations in the world, utilizing only ANSI escape sequences to draw the board.
|
||||
- [moon-buggy](https://github.com/seehuhn/moon-buggy) Drive some car across the moon
|
||||
|
@ -232,6 +233,7 @@ List of projects that provide terminal user interfaces
|
|||
- [gum](https://github.com/charmbracelet/gum) A tool for glamorous **shell** scripts
|
||||
- [imtui](https://github.com/ggerganov/imtui) An immediate mode text-based user interface **C++** library, supporting 256 ANSI colors and mouse/keyboard input.
|
||||
- [ink](https://github.com/vadimdemedes/ink) React for **Node.js** interactive command-line apps
|
||||
- [iocraft](https://github.com/ccbrown/iocraft) **Rust** crate for beautiful, artisanally crafted TUIs and text-based IO, with a declarative, React-like API inspired by Ink.
|
||||
- [Lanterna](https://github.com/mabe02/lanterna) A **Java** library for creating text-based UIs, very similar to the C library curses but with more functionality.
|
||||
- [moulti](https://github.com/xavierog/moulti) A CLI-driven TUI displaying arbitrary outputs inside visual, collapsible blocks. Designed with **shell** scripts in mind. **Ansible**-friendly too.
|
||||
- [ncurses](https://invisible-island.net/ncurses/announce.html) A classic **C** library with bindings for many languages
|
||||
|
|
Loading…
Reference in a new issue