🧱 Swoop UI
Swoop UI is a modular, ergonomic layout toolkit built on top of Bevy UI. It introduces expressive layout containers like HStack, VStack, HGrid, and VGrid, supporting fluent syntax for padding, spacing, border, and background styling.
✨ Features
- ✅ Chainable builder-style API (e.g.
.frame().padding().background_color()) - ✅ Grid and Stack layout containers with uniform interface
- ✅ Modular traits like
UiBase,StackContainer,GridContainer, etc. - ✅ Seamless integration with Bevy's ECS via
.pack()→impl Bundle
📦 Example
use *;
| bevy | swoop-ui |
|---|---|
| 0.16 | 0.1 |