@@ -338,6 +338,40 @@ 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+
343+ ![ Iced - Game of Life example] ( iced-game-of-life.gif )
344+ _ The new [ Game of Life example] , made with Iced_
345+
346+ Iced is an experimental cross-platform GUI library focused on simplicity and
347+ type-safety. Inspired by [ Elm] .
348+
349+ [ A new minor version] was released this month containing a bunch of
350+ improvements:
351+
352+ - An OpenGL renderer powered by [ ` glow ` ] and [ ` glutin ` ] . It is an alternative to
353+ the default [ ` wgpu ` ] renderer.
354+ - A trait-based approach to react to mouse and keyboard interactions in the
355+ ` Canvas ` widget.
356+ - Basic overlay support, allowing the superposition of interactive widgets on
357+ top of other widgets.
358+ - A drop-down selector widget built on top of the overlay support.
359+ - A widget that displays a QR code, powered by [ ` qrcode ` ] .
360+ - Additional internal enhancements, like event capturing and a faster event
361+ loop.
362+
363+ _ Discussions:
364+ [ /r/rust] ( https://www.reddit.com/r/rust/comments/k1hkxq/iced_a_crossplatform_gui_library_new_release/ ) _
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+
341375### [ KAS] v0.6 and [ KAS-text] v0.2
342376
343377![ KAS markdown] ( kas-markdown.png )
0 commit comments