#tui #bubble

bin+lib bubbles-rs

A TUI Framework inspired by Go Bubbles

2 unstable releases

0.2.0 Oct 26, 2022
0.1.0 Oct 11, 2022

#12 in #bubble

MIT license

22KB
621 lines

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

Dependencies

~4–15MB
~156K SLoC