@@ -579,6 +579,40 @@ most of the updated [WebGPU samples][wgpu-samples].
579579[ gpu-descriptor ] : https://github.com/zakarumych/gpu-descriptor
580580[ wgpu-samples ] : https://austineng.github.io/webgpu-samples
581581
582+ ### [ Iced] v0.2
583+
584+ ![ Iced - Game of Life example] ( iced-game-of-life.gif )
585+ _ The new [ Game of Life example] , made with Iced_
586+
587+ Iced is an experimental cross-platform GUI library focused on simplicity and
588+ type-safety. Inspired by [ Elm] .
589+
590+ [ A new minor version] was released this month containing a bunch of
591+ improvements:
592+
593+ - An OpenGL renderer powered by [ ` glow ` ] and [ ` glutin ` ] . It is an alternative to
594+ the default [ ` wgpu ` ] renderer.
595+ - A trait-based approach to react to mouse and keyboard interactions in the
596+ ` Canvas ` widget.
597+ - Basic overlay support, allowing the superposition of interactive widgets on
598+ top of other widgets.
599+ - A drop-down selector widget built on top of the overlay support.
600+ - A widget that displays a QR code, powered by [ ` qrcode ` ] .
601+ - Additional internal enhancements, like event capturing and a faster event
602+ loop.
603+
604+ _ Discussions:
605+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/k1hkxq/iced_a_crossplatform_gui_library_new_release/ ) _
606+
607+ [ A new minor version ] : https://github.com/hecrj/iced/pull/637
608+ [ Iced ] : https://github.com/hecrj/iced
609+ [ Game of Life example ] : https://github.com/hecrj/iced/tree/0.2/examples/game_of_life
610+ [ Elm ] : https://elm-lang.org
611+ [ `glow` ] : https://github.com/grovesNL/glow
612+ [ `glutin` ] : https://github.com/rust-windowing/glutin
613+ [ `qrcode` ] : https://github.com/kennytm/qrcode-rust
614+ [ `wgpu` ] : https://github.com/gfx-rs/wgpu-rs
615+
582616### [ KAS] v0.6 and [ KAS-text] v0.2
583617
584618![ KAS markdown] ( kas-markdown.png )
0 commit comments