#help me learn ratatui

11 messages · Page 1 of 1 (latest)

spring burrow
#

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**;**

spring burrow
#

but i appreciate your help man Thanks

flat hollow
flat hollow
#

so you might be able to learn ratatui with the much simpler examples from tui-rs.

spring burrow
desert thicket
#

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