Skip to content

Commit 9c9d6dd

Browse files
committed
N19: egui
Part of #496
1 parent a521af8 commit 9c9d6dd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
2.22 MB
Loading

content/posts/newsletter-019/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,24 @@ this in action!
164164

165165
## Library & Tooling Updates
166166

167+
### [egui]
168+
169+
![The plot thickens](egui-plot.gif)
170+
171+
[egui] by [@emilk] is an easy-to-use immediate mode GUI library in pure Rust.
172+
173+
This month [versions 0.9 and 0.10] of egui were released with many
174+
improvements big and small, including a 2D plot, more text styles,
175+
disabling widgets and improved documentation.
176+
177+
You can try out egui in the [online demo].
178+
179+
[egui]: https://github.com/emilk/egui
180+
[online demo]: https://emilk.github.io/egui
181+
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
182+
[@emilk]: https://twitter.com/ernerfeldt
183+
184+
167185
### [rkyv]
168186

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

0 commit comments

Comments
 (0)