Skip to content

pmsanford/simple-tui-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

This repo uses outdated methods and does not make a good starting point for ratatui. It may be updated in the future, but until then, it should not be used. See this message for details.

simple-tui-rs

An example app using tui-rs and termion with non-blocking input. I created this because while the tui-rs examples are comprehensive, they're doing a lot, and it's difficult to use one of them as a starting point for your own app due to the common app and demo code they all utilize.

This app creates a tui-rs terminal, clears the screen, and changes the color of a single block in a loop while listening asynchronously (through termion's async_stdin) for q to quit.

About

A simple example tui-rs app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages