rendering-mewui-elements
Installation
SKILL.md
Rendering Pipeline
MewUI uses a three-pass layout system:
Measure (calculate DesiredSize) → Arrange (set Bounds) → Render (draw via IGraphicsContext)
Key overrides in custom controls:
MeasureContent(Size availableSize)→ return desired sizeArrangeContent(Rect bounds)→ position childrenOnRender(IGraphicsContext context)→ draw visuals