Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update videos #779

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion src/content/docs/tutorials/videos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand All @@ -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",
Expand Down
Loading