ratatui / awesome-ratatui

A curated list of TUI apps and libraries built with Ratatui
https://ratatui.rs
MIT License
613 stars 63 forks source link

List ratatui-compatible crates #8

Closed holly-hacker closed 11 months ago

holly-hacker commented 11 months ago

There are a lot of great ratatui-compatible crates but this repo only lists apps that use ratatui. Perhaps a section can be added to list these crates, or perhaps the repo could be renamed to awesome-ratatui-apps instead? Besides serving as an example, existing apps aren't as useful a resource to people building a ratatui app themselves.

orhun commented 11 months ago

Hello!

ratatui-compatible crates

Can you give a couple of examples?

holly-hacker commented 11 months ago

Many can be found by browsing the ratatui keyword on the crates repository or through reverse dependencies:

Other libraries build on top of ratatui to provide their own abstractions:

Some of these may be out-of-date, but by adding them to the list they may attract community contributions to bring them back up to the latest version of ratatui.

orhun commented 11 months ago

Sounds good, I think we can add them under a new section called "libraries". Would you be interested in making a PR?

P.S. We have showcases for some of those 3rd widgets in our docs: https://ratatui.rs/showcase/third-party-widgets/

holly-hacker commented 11 months ago

Sure, I've opened #9