Skip to content

Commit

Permalink
Update videos (#779)
Browse files Browse the repository at this point in the history
orhun authored Nov 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c6a32c2 commit 5193291
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/content/docs/tutorials/videos.mdx
Original file line number Diff line number Diff line change
@@ -32,6 +32,24 @@ import YouTubeGrid from "~/components/youtube-grid.astro";
description:
"Aug 2023. A short talk by [Chris Biscardi](https://www.christopherbiscardi.com/) introducing Ratatui.",
},
{
href: "https://www.youtube.com/watch?v=hWG51Mc1DlM",
title: "Renaissance of Terminal User Interfaces with Rust (EuroRust 2024)",
description:
"Nov 2024. [Orhun Parmaksız](https://orhun.dev/) talks about Ratatui & future of TUIs at [EuroRust 2024](https://eurorust.eu/).",
},
{
href: "https://www.youtube.com/watch?v=CNVmIocyDOQ",
title: "Text User Interfaces in Rust (Developer Voices)",
description:
"Oct 2024. Kris Jenkins talks with [Orhun Parmaksız](https://orhun.dev/) how far text UIs can be pushed with Rust.",
},
{
href: "https://www.youtube.com/watch?v=O4KP2CgvS9M",
title: "Ratatui vs Cursive (Rust GUI Wars #3)",
description:
"Nov 2024. A comparison between Ratatui vs Cursive",
},
{
href: "https://www.youtube.com/watch?v=EEMkSKDtxe4",
title: "Ratatui (The Rustacean Station Podcast)",
@@ -42,7 +60,7 @@ import YouTubeGrid from "~/components/youtube-grid.astro";
href: "https://www.youtube.com/watch?v=lggZXEoueFM",
title: "Super awesome Terminal UIs (TUIs) in Rust using RATATUI.rs",
description:
"Feb 2024. In this tuturial, you will understand how to write composable components in your Terminal applications. The tuturial is extensible and can be extended to serve your different TUI development needs.",
"Feb 2024. In this tutorial, you will understand how to write composable components in your Terminal applications. The tuturial is extensible and can be extended to serve your different TUI development needs.",
},
{
href: "https://youtu.be/VZmnQgS3Dnk?si=UnWtCN57Ro-ffty4&t=572",

0 comments on commit 5193291

Please sign in to comment.