Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit acaf93c

Browse filesBrowse files
authored
N16: iced (rust-gamedev#398)
1 parent 526b32a commit acaf93c
Copy full SHA for acaf93c

File tree

Expand file treeCollapse file tree

2 files changed

+34
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+34
-0
lines changed
Loading

‎content/posts/newsletter-016/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-016/index.md
+34Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.