bevy_iced: use Iced UI programs in your Bevy application

Crates.io MIT/Apache 2.0

Example

```rust use bevy::prelude::*; use bevyiced::iced::widget::text; use bevyiced::{IcedContext, IcedPlugin};

[derive(Event)]

pub enum UiMessage {}

pub fn main() { App::new() .addplugins(DefaultPlugins) .addplugins(IcedPlugin::default()) .addevent::() .addsystems(Update, ui_system) .run(); }

fn uisystem(time: Resseconds() ))); } ```

See the examples and the documentation for more details on how to use the crate.

Compatibility

|Bevy Version |Crate Version | |--------------|---------------| |0.11 |0.4, master| |0.10 |0.3, | |0.9 |0.2 | |0.7 |0.1 |

Todo

Credits