Skip to content

Commit 9e9b945

Browse files
committed
Add bevy_egui update
1 parent 67c8592 commit 9e9b945

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
67.2 KB
Loading

content/posts/newsletter-018/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,17 @@ You can try out egui in the [online demo].
554554
[online demo]: https://emilk.github.io/egui
555555
[version 0.8]: https://github.com/emilk/egui/blob/master/CHANGELOG.md#080---2021-01-17---grid-layout--new-visual-style
556556

557+
### [`bevy_egui`]
558+
559+
![bevy_egui screenshot](bevy_egui.png)
560+
561+
[`bevy_egui`] provides a [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).
562+
563+
Try out the [online demo](https://mvlabat.github.io/bevy_egui_web_showcase/index.html).
564+
565+
[`bevy_egui`]: https://github.com/mvlabat/bevy_egui
566+
[`bevy_webgl2`]: https://github.com/mrk-its/bevy_webgl2
567+
557568
### [rkyv]
558569

559570
[rkyv] is a zero-copy deserialization framework for Rust. It's similar to

0 commit comments

Comments
 (0)