Projects
Rust Programming
This chapter guides through setting up the command-line interface (CLI) and robust configuration management for our Rust-based Static Site Generator …
ACCESS_FILE >>Terminal UI
Rust Programming
Master Ratatui's layout system to arrange widgets effectively. Learn about Directions, Constraints, and nesting layouts to build structured terminal …
ACCESS_FILE >>TUI
Rust Programming
Dive into advanced event handling techniques in Ratatui, including mouse and resize events, and learn to implement interactive modal dialogs for …
ACCESS_FILE >>GUI Development
Rust Programming
Dive deep into GPUI, Zed's UI framework, from environment setup to building complex AI chat agents. Learn core concepts, unstable APIs, and best …
ACCESS_FILE >>