An open API service indexing awesome lists of open source software.

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

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