36 releases
0.15.0 | Nov 29, 2024 |
---|---|
0.15.0-rc.2 | Oct 27, 2024 |
0.14.0 | Jul 4, 2024 |
0.13.1 | Mar 18, 2024 |
0.3.0 | Nov 3, 2020 |
#1524 in Game dev
59,913 downloads per month
Used in 344 crates
(13 directly)
8.5MB
150K
SLoC
Bevy UI
lib.rs
:
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/)
Dependencies
~39–71MB
~1.5M SLoC