ratatui-calloop

Crates.ioratatui-calloop
lib.rsratatui-calloop
version0.2.0
sourcesrc
created_at2024-06-21 10:48:45.968034
updated_at2024-07-08 14:01:57.908551
descriptionA small library for building calloop EventLoop based Ratatui applications
homepage
repositoryhttps://github.com/joshka/ratatui-calloop
max_upload_size
id1279385
size48,189
Josh McKinney (joshka)

documentation

README

Ratatui-calloop

An experiment with using Calloop to drive a Ratatui app.

Usage

gh repo clone https://github.com/joshka/ratatui-calloop
cargo run --example demo

Example

https://github.com/joshka/ratatui-calloop/blob/main/examples/demo/main.rs

TODO / Ideas

  • Add user events / channel for interaction between multiple parts of the app
  • More complex app
Commit count: 24

cargo fmt