Skip to content

Commit 60750c9

Browse files
authored
N17: Egui (#415)
1 parent a644a0c commit 60750c9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

content/posts/newsletter-017/egui.gif

1.93 MB
Loading

content/posts/newsletter-017/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,22 @@ game. Some updates include:
177177

178178
## Library & Tooling Updates
179179

180+
### [Egui]
181+
182+
![Egui emojis](egui.gif)
183+
_Some of the supported emojis in the [online demo][demo]._
184+
185+
[Egui] is an easy-to-use GUI in pure Rust.
186+
Egui can be integrated into a game engine, or used standalone with the help of [eframe].
187+
This month versions 0.5, 0.6 and 0.7 were released with many improvements,
188+
including custom fonts, emojis and improved layout engine ([full changelog][changelog]).
189+
190+
[Egui]: https://github.com/emilk/egui
191+
[demo]: https://emilk.github.io/egui
192+
[eframe]: https://lib.rs/eframe
193+
[egui_template]: https://github.com/emilk/egui_template
194+
[changelog]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
195+
180196
### [Tetra]
181197

182198
[Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,

0 commit comments

Comments
 (0)