Skip to content

Commit d3824cb

Browse files
authored
N19: egui (#507)
1 parent 144d336 commit d3824cb

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
2.22 MB
Loading

content/posts/newsletter-019/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,23 @@ this in action!
186186

187187
## Library & Tooling Updates
188188

189+
### [egui]
190+
191+
![The plot thickens](egui-plot.gif)
192+
193+
[egui] by [@emilk] is an easy-to-use immediate mode GUI library in pure Rust.
194+
195+
This month [versions 0.9 and 0.10] of egui were released with many
196+
improvements big and small, including a 2D plot, more text styles,
197+
disabling widgets and improved documentation.
198+
199+
You can try out egui in the [online demo].
200+
201+
[egui]: https://github.com/emilk/egui
202+
[online demo]: https://emilk.github.io/egui
203+
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
204+
[@emilk]: https://twitter.com/ernerfeldt
205+
189206
### [rkyv]
190207

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

0 commit comments

Comments
 (0)