i'm trying to learn ratatui but i can't find any tutorial on youtube or udemy i tried to follow the ratatui official page but that jump from counter app to json editor is insaaane, plus there are almost no explanation of the methods and function the tutorial use, they just except us to understand it owr own,
I would really appreciate any guidance or if you have any tutorial on youtube or any.
Thanks**;**
#help me learn ratatui
11 messages · Page 1 of 1 (latest)
GitHub
A Rust crate for cooking up terminal user interfaces (TUIs) 👨🍳🐀 https://ratatui.rs - ratatui/ratatui
i was hoping for a clear tutorial, these tutorials on the official website are really not cool just a dude streaming a 1 full hour trying to understand the crate as well, so it's not that much helpfull
but i appreciate your help man Thanks
I've done a fair amount of projects with TUI, and the ratatui examples are horrifying.
I'm so glad I grew up with this https://github.com/fdehau/tui-rs/blob/master/examples/block.rs
GitHub
A Rust crate for cooking up terminal user interfaces (TUIs) 👨🍳🐀 https://ratatui.rs - ratatui/ratatui
anyhow their syntax should be quite similar, since ratatui is a fork of the discontinued tui-rs
so you might be able to learn ratatui with the much simpler examples from tui-rs.
yeah that's exactly what am gonna do, thanks man for this guidance, appreciate your help buddy
Hey there. Yeah, the json example is quite old. It was one of the first tutorials written and hasn't had the same level of time taken to rewrite it simply that we did with the counter example.
The block example isn't really much of an example - its main purpose was to show how the various parts of the block interact for the image at https://github.com/ratatui/ratatui/blob/main/examples/README.md#block, not so much as a demonstration of how to use a block.
GitHub
A Rust crate for cooking up terminal user interfaces (TUIs) 👨🍳🐀 https://ratatui.rs - ratatui/ratatui