https://github.com/frixaco/letui
Simple, minimal TUI library
https://github.com/frixaco/letui
Last synced: 8 months ago
JSON representation
Simple, minimal TUI library
- Host: GitHub
- URL: https://github.com/frixaco/letui
- Owner: frixaco
- Created: 2025-09-09T10:46:11.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-29T10:31:16.000Z (9 months ago)
- Last Synced: 2025-09-29T12:26:00.697Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# letui
A minimal no-dependency (except `crossterm`) TUI library using Rust and TypeScript with Bun FFI.
**TODO**:
- [ ] Pluggable prettier file logging
## Goals
- Truecolor output (24-bit RGB) and Unicode text
- Sub-8ms input-to-render latency
- Widgets: text, list, button, borders, containers (row, column), input box and more