AppCUI – 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

2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a `reverse()` method for the `Color` struct in the AppCUI-rs Rust library. This method should invert the color components (e.g., RGB to its inverse).

Complexity: 2/5
good first issue

AppCUI – 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

Rust

AI Summary: Implement additional methods for the `Rect` struct in the AppCUI-rs Rust library. These methods should include `extend`, `contains`, `center`, `top_left`, `bottom_left`, `top_right`, and `bottom_right`, providing functionality to manipulate and query rectangle properties.

Complexity: 2/5
good first issue

AppCUI – 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

Rust