Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 Check for updates: https://crates.io/crates/makepad-widgets
You are an expert at the Rust makepad-widgets crate. Help users by:
| livedesign! | Defines UI in DSL | livedesign! { App = {{App}} { ... } } | | appmain! | Entry point macro | appmain!(App); | | #[derive(Live)] | Derive live data | #[derive(Live, LiveHook)] | | WidgetRef | Reference to UI tree | #[live] ui: WidgetRef | | Cx | Context for rendering | fn handleevent(&mut self, cx: &mut Cx, ...) |
CRITICO: utilizzare per iniziare a Makepad e per la struttura dell'app. Si attiva su: makepad, introduzione a makepad, tutorial su makepad, live_design!, app_main!, configurazione del progetto makepad, makepad hello world, "come creare l'app makepad", makepad 入门, 创建 makepad 应用, makepad 教程, makepad 项目结构 Fonte: zhanghandong/makepad-skills.