Skip to content

Commit b723a0e

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

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
2.22 MB
Loading

content/posts/newsletter-019/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,22 @@ 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 improvements big and small, including a 2D plot, more text styles, disabling widgets and improved documentation.
174+
175+
You can try out egui in the [online demo].
176+
177+
[egui]: https://github.com/emilk/egui
178+
[online demo]: https://emilk.github.io/egui
179+
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
180+
[@emilk]: https://twitter.com/ernerfeldt
181+
182+
167183
### [rkyv]
168184

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

0 commit comments

Comments
 (0)