gpui
Installation
SKILL.md
GPUI Development
GPUI is a hybrid immediate/retained mode, GPU-accelerated UI framework for Rust from Zed.
Quick Reference
| Topic | When to Use | Reference |
|---|---|---|
| Fundamentals | Starting new projects, understanding architecture | fundamentals.md |
| State Management | Entity, notify(), emit(), subscribe() | state-management.md |
| Rendering | div() API, layout, conditional rendering | rendering.md |
| Actions | Keyboard shortcuts, key bindings | actions.md |
| Components | gpui-component widgets (Button, Input, Table) | components.md |
| Theming | Colors, cx.theme(), Root view | theming.md |
| Anti-patterns | Common mistakes to avoid | anti-patterns.md |