makepad-reference

Solid

This category provides reference materials for debugging, code quality, and advanced layout patterns.

AI & Automation 39,350 stars 6386 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
88
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Makepad Reference This category provides reference materials for debugging, code quality, and advanced layout patterns. ## When to Use - You need quick-reference material for common Makepad errors, debugging, or API lookups. - The task is diagnostic or reference-oriented rather than writing a focused feature in one subsystem. - You want a central starting point before diving into more specialized Makepad skills. ## Quick Navigation | Topic | File | Use When | |-------|------|----------| | API Documentation | Official docs index, quick API reference | Finding detailed API info | | Troubleshooting | Common errors and fixes | Build fails, runtime errors | | Code Quality | Makepad-aware refactoring | Simplifying code safely | | Adaptive Layout | Desktop/mobile responsive | Cross-platform layouts | ## Common Issues Quick Reference | Error | Quick Fix | |-------|-----------| | `no matching field: font` | Use `text_style: <THEME_FONT_*>{}` | | Color parse error (ends in `e`) | Change last digit (e.g., `#14141e` → `#14141f`) | | `set_text` missing argument | Add `cx` as first argument | | UI not updating | Call `redraw(cx)` after changes | | Widget not found | Check ID spelling, use `ids!()` for paths | ## Debug Tips ```bash # Run with line info for better error messages MAKEPAD=lines cargo +nightly run ``` ```rust // Add logging log!("Value: {:?}", my_value); log!("State: {} / {}", self.counter, self.is_loading); ``` ## Resources - [Makepad Official Docs](https://publi...

Details

Author
sickn33
Repository
sickn33/antigravity-awesome-skills
Created
4 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

makepad-basics

CRITICAL: Use for Makepad getting started and app structure. Triggers on: makepad, makepad getting started, makepad tutorial, live_design!, app_main!, makepad project setup, makepad hello world, "how to create makepad app", makepad 入门, 创建 makepad 应用, makepad 教程, makepad 项目结构

39,350 Updated today
sickn33
AI & Automation Solid

makepad-shaders

CRITICAL: Use for Makepad shader system. Triggers on: makepad shader, makepad draw_bg, Sdf2d, makepad pixel, makepad glsl, makepad sdf, draw_quad, makepad gpu, makepad 着色器, makepad shader 语法, makepad 绘制

39,350 Updated today
sickn33
AI & Automation Solid

makepad-layout

CRITICAL: Use for Makepad layout system. Triggers on: makepad layout, makepad width, makepad height, makepad flex, makepad padding, makepad margin, makepad flow, makepad align, Fit, Fill, Size, Walk, "how to center in makepad", makepad 布局, makepad 宽度, makepad 对齐, makepad 居中

39,350 Updated today
sickn33
AI & Automation Solid

makepad-font

CRITICAL: Use for Makepad font and text rendering. Triggers on: makepad font, makepad text, makepad glyph, makepad typography, font atlas, text layout, font family, font size, text shaping, makepad 字体, makepad 文字, makepad 排版, makepad 字形

39,350 Updated today
sickn33
AI & Automation Solid

makepad-widgets

Version: makepad-widgets (dev branch) | Last Updated: 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

39,350 Updated today
sickn33