bevy_iced: use Iced UI programs in your Bevy application
Example
use *;
use text;
use ;
See the examples and the documentation for more details on how to use the crate.
Compatibility
| Bevy Version | Crate Version |
|---|---|
0.13 |
0.5, master |
0.11 |
0.4 |
0.10 |
0.3 |
0.9 |
0.2 |
0.7 |
0.1 |
Todo
- Multi-window support
- Clipboard support
Credits
bevy_eguifor giving me a useful starting point to do this- Joonas Satka for helping me port to Bevy 0.11
- Tomas Zemanovic and Julia Naomi for helping me port to Bevy 0.13