Josh McKinney 21e62d84c2
chore: Move the demo example to main folder (#1523)
Add a top level examples folder for more app-ish examples
Move the demo example into the top level folder.

---------

Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
2024-11-30 03:14:19 -08:00

476 B

Demo example

This is the original demo that was developed for Tui-rs (the library that Ratatui was forked from).

demo.gif

This example is available for each backend. To run it:

crossterm

cargo run -p demo

termion

cargo run -p demo --no-default-features --features termion

termwiz

cargo run -p demo --no-default-features --features termwiz