#tui-framework #bubble #go #progress #color #dimension #style

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

#8 in #tui-framework

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–14MB
~152K SLoC