Skip to content

Commit c6b4d61

Browse files
committed
N16: egui
1 parent 8e31652 commit c6b4d61

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/posts/newsletter-016/egui.png

284 KB
Loading

content/posts/newsletter-016/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,24 @@ rich text (bold, italic, underline, size and some layout improvements).
819819
[KAS-text]: https://github.com/kas-gui/kas-text
820820
[@dhardy]: https://github.com/dhardy
821821

822+
### [Egui][egui] v0.4
823+
824+
![online demo](egui.png)
825+
826+
[Egui] is a highly portable immediate mode GUI library in pure Rust.
827+
This month a [v0.4.0 version][egui-v0-4] was released
828+
with much improved text editing, and many bugfixes.
829+
Check out an [updated online demo][egui-demo].
830+
831+
Also, [egui_web] v0.4.0 was released, with a simple fetch API \-
832+
[online example][egui-web-example].
833+
834+
[Egui]: https://github.com/emilk/egui
835+
[egui-demo]: https://emilk.github.io/egui
836+
[egui_web]: https://lib.rs/egui_web
837+
[egui-web-example]: https://emilk.github.io/egui/example.html
838+
[egui-v0-4]: https://github.com/emilk/egui/blob/master/CHANGELOG.md#040---2020-11-28
839+
822840
### [miniquad]
823841

824842
![miniquad_wayland](miniquad_kms.gif)

0 commit comments

Comments
 (0)