Crates.io | rat-salsa |
lib.rs | rat-salsa |
version | 0.28.1 |
source | src |
created_at | 2024-06-10 18:29:37.64972 |
updated_at | 2024-12-12 16:48:17.574178 |
description | ratatui widgets and a crossterm event-loop |
homepage | |
repository | https://github.com/thscharler/rat-salsa |
max_upload_size | |
id | 1267458 |
size | 466,130 |
An application event-loop with ratatui and crossterm.
rat-salsa provides
For a start you can have a look at the book.
rat-widget widget library. Incorporates everything below, but each crate can be used on its own too.
Foundational crates:
Crates that deal with specific categories of widgets.
And my 10ct on theming.
rat-window Stopped for now. Implement windows in the tui. Can work with dyn StatefulWidgets too. The groundwork is done, but it's missing a lot of implementation.
The examples directory contains some examples
There are some starters too