Skip to content

visigoth/imtui-rs

Repository files navigation

imtui-rs

imtui-rs is a rust crate that provides safe rust bindings for imtui.

Screenshots

Here is a screenshot of a rust port of the hnterm example from imtui:

imtui-rs-hnterm-demo

Build imtui-rs

git clone --recursive https://github.com/visigoth/imtui-rs
cd imtui-rs
cargo build

Build and Run hnterm

This example illustrates combining imtui-rs with tokio to create a single threaded asynchronous terminal app with an interactive UI.

cargo run --example hnterm

Debugging hnterm

cargo run --example hnterm -- -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages