BEVY UI BITS
A tiny and opinionated collection of UI components for Bevy
Usage
use ;
use *;
Try it out with:
cargo run --example readme --features="bevy/default"
Examples
Features showcase
Try it out with:
cargo run --example showcase --features="bevy/default"
Basic main menu UI that supports both mouse and keyboard input
Try it out with:
cargo run --example main_menu --features="bevy/default"
Simple HUD that features a dynamic text component
Try it out with:
cargo run --example hud --features="bevy/default"
Despawn UI recursively with the RootMarker
Try it out with:
cargo run --example despawn --features="bevy/default"
Bevy Compatibility
bevy | bevy_ui_bits |
---|---|
0.16 | 0.8 - 0.12 |
0.15 | 0.7 |
0.14 | 0.6 |
0.13 | 0.5 |
0.12 | 0.4 |
0.11 | 0.3 |
0.10 | 0.2 |
0.9 | 0.1 |
License
This project is dual-licensed under either:
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.