diff --git a/content/news/021/egui.gif b/content/news/021/egui.gif new file mode 100644 index 000000000..e2208c6a5 Binary files /dev/null and b/content/news/021/egui.gif differ diff --git a/content/news/021/index.md b/content/news/021/index.md index d771ffea6..87edf0341 100644 --- a/content/news/021/index.md +++ b/content/news/021/index.md @@ -380,6 +380,24 @@ concurrency primitives such as `Arc`, etc. [simple-async-local-executor]: https://github.com/enlightware/simple-async-local-executor [Enlightware]: https://enlightware.ch +### [bevy_egui] + +[![bevy_egui multiple windows support GIF](egui.gif)][bevy_egui] + +[bevy_egui] provides an [Egui](https://github.com/emilk/egui) integration +for the [Bevy](https://github.com/bevyengine/bevy) game engine. +It supports [bevy_webgl2] and implements the full set of Egui features +(such as clipboard and opening URLs). + +In April, [version 0.4] was released, providing an integration with +Egui 0.11 and implementing multiple windows support. + +Try out the [online demo](https://mvlabat.github.io/bevy_egui_web_showcase/index.html). + +[bevy_egui]: https://github.com/mvlabat/bevy_egui +[bevy_webgl2]: https://github.com/mrk-its/bevy_webgl2 +[version 0.4]: https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md + ## Popular Workgroup Issues in Github