DEV Community

Cover image for Rust viot-console
Robert Love
Robert Love

Posted on

Rust viot-console

Earlier I announced that I was building a new TUI framework for rust.
Original Post

Well, I wanted to share some screen shots of the progress. Right now the TUI features are missing but I have standard output fairly complete.

Showing only 256 Colors of the True Color support, and color safe fallback

Example output of 256 Color in Powershell

The following Gradient Charts show a bit of the difference between true color and 256 color.

Only 256 Color Supported
Only 256 Color

True Color Supported

Gradients showing True Color

It also supports themes and markup.

Image shows how to use markup demo output

I want to clean up the API a bit before I push my code.

Stay Tuned

Top comments (0)