Skip to content

Add bevy_egui section #528

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions content/posts/newsletter-019/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,22 @@ You can try out egui in the [online demo].
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
[@emilk]: https://twitter.com/ernerfeldt

### [bevy_egui]

[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).

This month versions 0.2 and 0.3 were released, providing an integration with
Egui 0.9 and 0.10 respectively.

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
[versions 0.2 and 0.3]: https://github.com/mvlabat/bevy_egui/blob/main/CHANGELOG.md

### [rkyv]

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