@@ -579,6 +579,40 @@ most of the updated [WebGPU samples][wgpu-samples].
579
579
[ gpu-descriptor ] : https://github.com/zakarumych/gpu-descriptor
580
580
[ wgpu-samples ] : https://austineng.github.io/webgpu-samples
581
581
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
+
582
616
### [ KAS] v0.6 and [ KAS-text] v0.2
583
617
584
618
![ KAS markdown] ( kas-markdown.png )
0 commit comments