@@ -338,6 +338,39 @@ most of the updated [WebGPU samples][wgpu-samples].
338338[ gpu-descriptor ] : https://github.com/zakarumych/gpu-descriptor
339339[ wgpu-samples ] : https://austineng.github.io/webgpu-samples
340340
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+ [ A new minor version ] : https://github.com/hecrj/iced/pull/637
366+ [ Iced ] : https://github.com/hecrj/iced
367+ [ Game of Life example ] : https://github.com/hecrj/iced/tree/0.2/examples/game_of_life
368+ [ Elm ] : https://elm-lang.org
369+ [ `glow` ] : https://github.com/grovesNL/glow
370+ [ `glutin` ] : https://github.com/rust-windowing/glutin
371+ [ `qrcode` ] : https://github.com/kennytm/qrcode-rust
372+ [ `wgpu` ] : https://github.com/gfx-rs/wgpu-rs
373+
341374### [ KAS] v0.6 and [ KAS-text] v0.2
342375
343376![ KAS markdown] ( kas-markdown.png )
0 commit comments