@@ -110,7 +110,7 @@ game server, and the [Macroquad][macroquad] game engine.
110
110
111
111
This month:
112
112
113
- - [ Fish game tutorial] got published.
113
+ - [ Fish game tutorial] got published.
114
114
The tutorial breaks down the game codebase into steps, from setting
115
115
up an empty macroquad project into building a platformer game, and
116
116
then turning it into a multiplayer game with Nakama.
@@ -338,11 +338,11 @@ are rolled, spawned, and how their effects are applied to the game.
338
338
[ ![ macroquad] ( macroquad.png )] [ macroquad.rs ]
339
339
340
340
[ macroquad] is a cross-platform (Windows/Linux/macOS/Android/iOS/WASM) game
341
- framework built on top of [ miniquad] .
341
+ framework built on top of [ miniquad] .
342
342
343
- This month macroquad finally got out of alpha and ` 0.3 ` got released!
343
+ This month macroquad finally got out of alpha and ` 0.3 ` got released!
344
344
All the examples with both sources and interactive wasm versions may
345
- be found on [ the new macroquad website] [ macroquad.rs ] .
345
+ be found on [ the new macroquad website] [ macroquad.rs ] .
346
346
347
347
[ miniquad ] : https://github.com/not-fl3/miniquad
348
348
[ macroquad ] : https://github.com/not-fl3/macroquad
@@ -564,6 +564,20 @@ concurrency primitives such as `Arc`, etc.
564
564
[ simple-async-local-executor ] : https://github.com/enlightware/simple-async-local-executor
565
565
[ Enlightware ] : https://enlightware.ch
566
566
567
+ ### [ egui]
568
+
569
+ [ egui] by [ @emilk ] is an easy-to-use immediate mode GUI library in pure Rust.
570
+
571
+ This month [ version 0.11] of egui was released, with many improvements,
572
+ including optimized to run almost twice as fast!
573
+
574
+ You can try out egui in the [ online demo] .
575
+
576
+ [ egui ] : https://github.com/emilk/egui
577
+ [ online demo ] : https://emilk.github.io/egui
578
+ [ version 0.11 ] : https://github.com/emilk/egui/blob/master/CHANGELOG.md
579
+ [ @emilk ] : https://twitter.com/ernerfeldt
580
+
567
581
### [ bevy_egui]
568
582
569
583
[ ![ bevy_egui multiple windows support GIF] ( egui.gif )] [ bevy_egui ]
0 commit comments