51 releases
Uses new Rust 2024
| 0.17.2 | Oct 4, 2025 |
|---|---|
| 0.17.0 | Sep 30, 2025 |
| 0.16.1 | May 30, 2025 |
| 0.16.0-rc.3 | Mar 31, 2025 |
| 0.3.0 | Nov 3, 2020 |
#2582 in Game dev
205,271 downloads per month
Used in 448 crates
(30 directly)
8.5MB
148K
SLoC
This crate contains Bevy's UI system, which can be used to create UI for both 2D and 3D games
Basic usage
Spawn UI elements with widget::Button, ImageNode, Text and Node
This UI is laid out with the Flexbox and CSS Grid layout models (see https://cssreference.io/flexbox/)
Bevy UI
Dependencies
~43–60MB
~1M SLoC