Skip to content

Commit a7a192b

Browse files
committed
Add iced to newsletter-016
1 parent 6696d94 commit a7a192b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Loading

content/posts/newsletter-016/index.md

+34
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)