ahmad2smile / bubbles-rs

Rust Tui Framework (WIP)

Home Page:https://crates.io/crates/bubbles-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rust Tui Framework (WIP)

https://crates.io/crates/bubbles-rs

License:MIT License


Languages

Language:Rust 100.0%