bubbles-rs 0.2.0

A TUI Framework inspired by Go Bubbles
Documentation

Bubbles

Intro

TUI Framework for Rust inspired by bubbles from Go.

Progress::new(
    0,
    Style::new(gradient, Color::Grey, Color::Reset),
    Dimension::new(0, 2, 100, 0),
    OnRender::new(&update_handler),
);

image

Further examples under bin