Skip to content

N19: egui #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added content/posts/newsletter-019/egui-plot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions content/posts/newsletter-019/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,23 @@ this in action!

## Library & Tooling Updates

### [egui]

![The plot thickens](egui-plot.gif)

[egui] by [@emilk] is an easy-to-use immediate mode GUI library in pure Rust.

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.

You can try out egui in the [online demo].

[egui]: https://github.com/emilk/egui
[online demo]: https://emilk.github.io/egui
[versions 0.9 and 0.10]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
[@emilk]: https://twitter.com/ernerfeldt

### [rkyv]

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