@ap3x/tui
v0.1.0
Published
Terminal UI library with differential rendering
Readme
@ap3x/tui
A dependency-free terminal UI library: differential rendering, layout primitives, and input handling.
Part of AP3X — a TypeScript multi-agent framework.
Install
npm install @ap3x/tuiWhat's inside
- Differential rendering — only changed cells are repainted.
- Layout —
Boxand friends for composing terminal views. - Input — key handling, autocomplete support, and focus management.
Zero runtime dependencies.
Documentation
See the AP3X repository for architecture notes, the full package map, and examples.
License
MIT
