This is my preferred way of creating UI. It is based loosely on iced and uses bevy's ecs and bevy's built-in ui.
This is in very early development, use at your own risk. The documentation is entirely composed of the examples, so beware.
Right now this is up to date with bevy 0.14 (alpha)
bevy |
bevy_ui_builder tag |
---|---|
0.13 | v0.4.0-alpa |
0.13 | v0.3.3 |
0.12 | v0.2.0 |
Add bevy_ui_builder = { git = "https://github.com/badcodecat/bevy_ui_builder.git", tag = "v0.3.3" }
to your Cargo.toml.
There are some samples of how to use this in the examples directory.
All code in this repository is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
at your option. This means you can select the license you prefer.
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.