๐ŸŽฏ

makepad-2.0-events

๐ŸŽฏSkill

from zhanghandong/makepad-skills

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

zhanghandong/makepad-skills(42 items)

makepad-2.0-events

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add zhanghandong/makepad-skills --skill makepad-2.0-events
skills.sh Installโš  Installs to .agents/skills/
npx skills add zhanghandong/makepad-skills --skill makepad-2.0-events
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/makepad-2.0-events/SKILL.md

SKILL.md

33Installs
-
AddedApr 13, 2026

More from this repository10

๐Ÿช
zhanghandong-makepad-skills๐ŸชMarketplace

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.

๐ŸŽฏ
makepad-2.0-splash๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-shaders๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-dsl๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-troubleshooting๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-widgets๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-app-structure๐ŸŽฏSkill

Provides guidance on Makepad 2.0 application structure, including the app_main! macro, ScriptVm integration, Cargo project setup, and hot reload configuration for building cross-platform GPU-rendered UI applications.

๐ŸŽฏ
makepad-2.0-migration๐ŸŽฏSkill

A set of 14 skills for building cross-platform UI applications with Makepad 2.0, covering app structure, DSL syntax, layout, widgets, events, animation, shaders, theming, vector graphics, performance optimization, and migration from earlier versions.

๐ŸŽฏ
makepad-2.0-animation๐ŸŽฏSkill

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.

๐ŸŽฏ
makepad-2.0-theme๐ŸŽฏSkill

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.