43 releases
Uses new Rust 2024
new 0.16.0-rc.4 | Apr 11, 2025 |
---|---|
0.16.0-rc.3 | Mar 31, 2025 |
0.15.3 | Feb 24, 2025 |
0.15.0 | Nov 29, 2024 |
0.3.0 | Nov 3, 2020 |
#2796 in Game dev
85,962 downloads per month
Used in 381 crates
(17 directly)
10MB
176K
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
~42–73MB
~1.5M SLoC