Compare commits

...

2 commits

Author SHA1 Message Date
Jim Huang
4526094d45
Add Maze TUI (#254)
Some checks failed
Ruby / build (push) Has been cancelled
This project implements various maze building and solving algorithms in
Rust. Unicode characters help explore these beautiful algorithms in a
TUI.
2024-11-26 14:03:30 -08:00
Chris
0df42c48ab
add iocraft to libraries (#247) 2024-11-26 14:02:43 -08:00

View file

@ -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