Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.21 KB

bevy_ui_builder

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.

Warning

This is in very early development, use at your own risk. The documentation is entirely composed of the examples, so beware.

Usage

Right now this is up to date with bevy 0.14 (alpha)

Version Matrix

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.

License

All code in this repository is dual-licensed under either:

at your option. This means you can select the license you prefer.

Your contributions

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.