BEVY UI BITS
A mingy and opinionated collection of UI components for Bevy
Usage
use *;
use *;
Examples
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.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.
With the exception of the Fira Mono Font, which has its own license.
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.