Skip to content

Commit 860f611

Browse files
authored
N18: egui (#477)
Part of #455
1 parent d9bf18f commit 860f611

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
1.13 MB
Loading

content/posts/newsletter-018/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,20 @@ It features:
377377
[ldtk]: https://ldtk.io
378378
["cavernas"]: https://adamatomic.itch.io/cavernas
379379

380+
### [egui]
381+
382+
![egui widget gallery](egui_0.8.0.gif)
383+
_Some of the supported widgets in the new grid layout._
384+
385+
[egui] is a simple, fast, and highly portable immediate mode GUI library.
386+
This month [version 0.8] of egui was released with a new grid layout,
387+
new look, and many smaller fixes and improvements.
388+
You can try out egui in the [online demo].
389+
390+
[egui]: https://github.com/emilk/egui
391+
[online demo]: https://emilk.github.io/egui
392+
[version 0.8]: https://github.com/emilk/egui/blob/master/CHANGELOG.md#080---2021-01-17---grid-layout--new-visual-style
393+
380394
### [rkyv]
381395

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

0 commit comments

Comments
 (0)