Skip to content

Commit b2618a5

Browse files
authored
N21: Add bevy_egui (#604)
1 parent 36171b0 commit b2618a5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/news/021/egui.gif

937 KB
Loading

content/news/021/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,24 @@ concurrency primitives such as `Arc`, etc.
380380
[simple-async-local-executor]: https://github.com/enlightware/simple-async-local-executor
381381
[Enlightware]: https://enlightware.ch
382382

383+
### [bevy_egui]
384+
385+
[![bevy_egui multiple windows support GIF](egui.gif)][bevy_egui]
386+
387+
[bevy_egui] provides an [Egui](https://github.com/emilk/egui) integration
388+
for the [Bevy](https://github.com/bevyengine/bevy) game engine.
389+
It supports [bevy_webgl2] and implements the full set of Egui features
390+
(such as clipboard and opening URLs).
391+
392+
In April, [version 0.4] was released, providing an integration with
393+
Egui 0.11 and implementing multiple windows support.
394+
395+
Try out the [online demo](https://mvlabat.github.io/bevy_egui_web_showcase/index.html).
396+
397+
[bevy_egui]: https://github.com/mvlabat/bevy_egui
398+
[bevy_webgl2]: https://github.com/mrk-its/bevy_webgl2
399+
[version 0.4]: https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md
400+
383401
## Popular Workgroup Issues in Github
384402

385403
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)