this-week-in-rust icon indicating copy to clipboard operation
this-week-in-rust copied to clipboard

New crate: appcui

Open gdt050579 opened this issue 4 months ago • 0 comments

Crate name: appcui

Crate link: https://crates.io/crates/appcui

Description: A feature-rich and cross-platform TUI/CUI framework for Rust, enabling modern terminal-based applications on Windows, Linux, and macOS. Includes built-in UI components like buttons, menus, list views, tree views, checkboxes, and more. Perfect for building fast and interactive CLI tools and text-based interfaces

Additional comments (optional): I've just released AppCUI, a new Text-based User Interface (TUI) framework that provides native Windows support, high-performance rendering, and a modern API for building rich terminal UIs. It's especially useful for building interactive tools, dashboards, and developer utilities on Windows. Any feedback, contributions, or comparisons to existing TUI libraries are welcome! GitHub: https://github.com/gdt050579/AppCUI-rs Docs: https://docs.rs/appcui

gdt050579 avatar Jun 07 '25 20:06 gdt050579