Skip to content

Commit 551ee99

Browse files
committed
N23: egui
Part of rust-gamedev#677
1 parent 77f8200 commit 551ee99

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/news/023/egui.gif

1.26 MB
Loading

content/news/023/index.md

+18
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,24 @@ There is an [interactive demo][crystalorb-demo] of CrystalOrb that features the
366366
[GGRS]: https://github.com/gschup/ggrs
367367
[Rapier]: https://rapier.rs
368368

369+
### [egui]
370+
371+
![egui](egui.gif)
372+
373+
[egui] by [@emilk] is an easy-to-use immediate mode GUI library in pure Rust.
374+
375+
This month [version 0.13] of egui was released, with a new visual style,
376+
resizable panels, more powerful plots, and more.
377+
378+
You can try out egui in the [online demo].
379+
380+
_Discussions: [/r/rust](https://www.reddit.com/r/rust/comments/o76y9x/announcing_egui_013_the_simple_gui_library/)_
381+
382+
[egui]: https://github.com/emilk/egui
383+
[online demo]: https://emilk.github.io/egui
384+
[version 0.13]: https://github.com/emilk/egui/blob/master/CHANGELOG.md
385+
[@emilk]: https://twitter.com/ernerfeldt
386+
369387
### [erupt]
370388

371389
![erupt logo](erupt.svg)

0 commit comments

Comments
 (0)