Skip to content

Commit 3585cbd

Browse files
authored
Add bevy_egui section (#528)
1 parent 24d5b2e commit 3585cbd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/posts/newsletter-019/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,22 @@ You can try out egui in the [online demo].
689689
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
690690
[@emilk]: https://twitter.com/ernerfeldt
691691

692+
### [bevy_egui]
693+
694+
[bevy_egui] provides a [Egui](https://github.com/emilk/egui) integration
695+
for the [Bevy](https://github.com/bevyengine/bevy) game engine.
696+
It supports [bevy_webgl2] and implements the full set of Egui features
697+
(such as clipboard and opening URLs).
698+
699+
This month versions 0.2 and 0.3 were released, providing an integration with
700+
Egui 0.9 and 0.10 respectively.
701+
702+
Try out the [online demo](https://mvlabat.github.io/bevy_egui_web_showcase/index.html).
703+
704+
[bevy_egui]: https://github.com/mvlabat/bevy_egui
705+
[bevy_webgl2]: https://github.com/mrk-its/bevy_webgl2
706+
[versions 0.2 and 0.3]: https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md
707+
692708
### [rkyv]
693709

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

0 commit comments

Comments
 (0)