8000 N17: Egui · emilk/rust-gamedev.github.io@e11bd50 · GitHub
[go: up one dir, main page]

Skip to content
65EF

Commit e11bd50

Browse files
committed
N17: Egui
1 parent 20c1c7c commit e11bd50

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

content/posts/newsletter-017/egui.gif

1.93 MB
Loading

content/posts/newsletter-017/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,21 @@ For full details and a list of breaking changes, see the
104104
[tetra]: https://github.com/17cupsofcoffee/tetra
105105
[tetra-changelog]: https://github.com/17cupsofcoffee/tetra/blob/main/CHANGELOG.md
106106

107+
### [Egui]
108+
109+
![Egui emojis](egui.gif)
110+
_Some of the supported emojis in the [online demo][demo]._
111+
112+
[Egui] is an easy-to-use GUI in pure Rust. Egui can be integrated into a game engine, or used standalone with the help of [eframe].
113+
This month versions 0.5, 0.6 and 0.7 were released with many improvements,
114+
including custom fonts, emojis and improved layout engine ([full changelog][changelog]).
115+
116+
[Egui]: https://github.com/emilk/egui
117+
[demo]: https://emilk.github.io/egui
118+
[eframe]: https://lib.rs/eframe
119+
[egui_template]: https://github.com/emilk/egui_template
120+
[changelog]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
121+
107122
## Popular Workgroup Issues in Github
108123

109124
<!-- Up to 10 links to interesting issues -->

0 commit comments

Comments
 (0)
0