makepad-2.0-performance
๐ฏSkillfrom zhanghandong/makepad-skills
A collection of 14 skills for building cross-platform UI applications with Makepad 2.0, covering app structure, DSL syntax, layout, widgets, events, animation, shaders, theming, performance optimization, and migration from 1.x.
Same repository
zhanghandong/makepad-skills(42 items)
Installation
npx vibeindex add zhanghandong/makepad-skills --skill makepad-2.0-performancenpx skills add zhanghandong/makepad-skills --skill makepad-2.0-performance~/.claude/skills/makepad-2.0-performance/SKILL.mdSKILL.md
More from this repository10
Agent skills for building cross-platform UI applications with the Makepad framework in Rust, covering GPU-accelerated rendering, live design DSL, and multi-platform targets.
A collection of 14 skills for building cross-platform UI applications with Makepad 2.0, covering app structure, DSL syntax, layout, widgets, events, animations, shaders, theming, and more.
A skill providing guidance on the Makepad 2.0 shader system, covering draw_bg, Sdf2d, pixel and vertex functions, and DrawQuad for GPU-rendered cross-platform UI applications.
A skill for Makepad 2.0 covering DSL syntax, script_mod! macros, colon syntax, mod.widgets, and let bindings, part of a 14-skill collection for building cross-platform UI applications with the Makepad framework.
A set of 14 skills for building cross-platform UI applications with the Makepad 2.0 framework, covering app structure, DSL syntax, layout, widgets, events, animation, shaders, themes, performance optimization, and troubleshooting.
Provides 14 skills for building cross-platform UI applications with Makepad 2.0, covering app structure, DSL syntax, layout systems, widget catalog, event handling, animations, GPU shaders, theming, and performance optimization.
A skill for working with the Makepad 2.0 theme system in cross-platform UI applications, covering mod.themes configuration, color and font management, and dark/light mode support.
Provides guidance on the Makepad 2.0 layout system, covering Flow-based layouts, Fill/Fit sizing, Inset padding, spacing, and alignment for building cross-platform GPU-rendered UI applications.
A skill for implementing animations in Makepad 2.0 cross-platform UI applications, covering the Animator system, animation states, playback modes like Forward, Snap, and Loop, and ease functions.
A skill for handling events and actions in Makepad 2.0 cross-platform UI applications, covering event callbacks like on_click and on_render, the Hit system, and the ids! macro.