@@ -338,6 +338,40 @@ most of the updated [WebGPU samples][wgpu-samples].
338
338
[ gpu-descriptor ] : https://github.com/zakarumych/gpu-descriptor
339
339
[ wgpu-samples ] : https://austineng.github.io/webgpu-samples
340
340
341
+ ### [ Iced] v0.2
342
+ ![ Iced - Game of Life example] ( iced-game-of-life.gif )
343
+ _ The new [ Game of Life example] , made with Iced_
344
+
345
+ Iced is an experimental cross-platform GUI library focused on simplicity and
346
+ type-safety. Inspired by [ Elm] .
347
+
348
+ [ A new minor version] was released this month containing a bunch of
349
+ improvements:
350
+
351
+ - An OpenGL renderer powered by [ ` glow ` ] and [ ` glutin ` ] . It is an alternative to
352
+ the default [ ` wgpu ` ] renderer.
353
+ - A trait-based approach to react to mouse and keyboard interactions in the
354
+ ` Canvas ` widget.
355
+ - Basic overlay support, allowing the superposition of interactive widgets on
356
+ top of other widgets.
357
+ - A drop-down selector widget built on top of the overlay support.
358
+ - A widget that displays a QR code, powered by [ ` qrcode ` ] .
359
+ - Additional internal enhancements, like event capturing and a faster event
360
+ loop.
361
+
362
+ _ Discussions:
363
+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/k1hkxq/iced_a_crossplatform_gui_library_new_release/ ) _
364
+
365
+
366
+ [ A new minor version ] : https://github.com/hecrj/iced/pull/637
367
+ [ Iced ] : https://github.com/hecrj/iced
368
+ [ Game of Life example ] : https://github.com/hecrj/iced/tree/0.2/examples/game_of_life
369
+ [ Elm ] : https://elm-lang.org
370
+ [ `glow` ] : https://github.com/grovesNL/glow
371
+ [ `glutin` ] : https://github.com/rust-windowing/glutin
372
+ [ `qrcode` ] : https://github.com/kennytm/qrcode-rust
373
+ [ `wgpu` ] : https://github.com/gfx-rs/wgpu-rs
374
+
341
375
### [ KAS] v0.6 and [ KAS-text] v0.2
342
376
343
377
![ KAS markdown] ( kas-markdown.png )
0 commit comments