Skip to content

Commit

Permalink
Update ratatui references in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Nov 2, 2023
1 parent 242bed2 commit 992b1cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

A template for bootstrapping a Rust [**TUI**](https://en.wikipedia.org/wiki/Text-based_user_interface) application with [`ratatui`](https://github.com/ratatui-org/ratatui) & [`crossterm`](https://github.com/crossterm-rs/crossterm).

<img src="https://raw.githubusercontent.com/ratatui-org/ratatui/master/assets/demo.gif" width="600">
<img src="https://raw.githubusercontent.com/ratatui-org/ratatui/b33c878808c4c40591d7a2d9f9d94d6fee95a96f/examples/demo2.gif" width="600">

### ratatui

> The library is based on the principle of immediate rendering with intermediate buffers. This means that at each new frame you should build all widgets that are supposed to be part of the UI. While providing a great flexibility for rich and interactive UI, this may introduce overhead for highly dynamic content. So, the implementation try to minimize the number of ansi escapes sequences generated to draw the updated UI. In practice, given the speed of Rust the overhead rather comes from the terminal emulator than the library itself.
> ratatui is an actively maintained fork of [tui-rs](https://github.com/fdehau/tui-rs).
#### [Documentation](https://docs.rs/tui)

### crossterm
Expand Down

0 comments on commit 992b1cb

Please sign in to comment.