Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e616ded

Browse files
committedFeb 5, 2021
Add bevy_egui update
1 parent 67c8592 commit e616ded

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
 
67.2 KB
Loading

‎content/posts/newsletter-018/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,20 @@ 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
562+
for the [Bevy](https://github.com/bevyengine/bevy) game engine.
563+
It supports [`bevy_webgl2`] and implements the full set of Egui features
564+
(such as clipboard and opening URLs).
565+
566+
Try out the [online demo](https://mvlabat.github.io/bevy_egui_web_showcase/index.html).
567+
568+
[`bevy_egui`]: https://github.com/mvlabat/bevy_egui
569+
[`bevy_webgl2`]: https://github.com/mrk-its/bevy_webgl2
570+
557571
### [rkyv]
558572

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

0 commit comments

Comments
 (0)
Please sign in to comment.