Skip to content

Commit acaf93c

Browse files
authored
N16: iced (#398)
1 parent 526b32a commit acaf93c

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Loading

content/posts/newsletter-016/index.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)