Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b2618a5

Browse filesBrowse files
authored
N21: Add bevy_egui (rust-gamedev#604)
1 parent 36171b0 commit b2618a5
Copy full SHA for b2618a5

File tree

Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+18
-0
lines changed

‎content/news/021/egui.gif

Copy file name to clipboard
937 KB
Loading

‎content/news/021/index.md

Copy file name to clipboardExpand all lines: content/news/021/index.md
+18Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.