Skip to content

N16: iced #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions content/posts/newsletter-016/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,40 @@ most of the updated [WebGPU samples][wgpu-samples].
[gpu-descriptor]: https://github.com/zakarumych/gpu-descriptor
[wgpu-samples]: https://austineng.github.io/webgpu-samples

### [Iced] v0.2

![Iced - Game of Life example](iced-game-of-life.gif)
_The new [Game of Life example], made with Iced_

Iced is an experimental cross-platform GUI library focused on simplicity and
type-safety. Inspired by [Elm].

[A new minor version] was released this month containing a bunch of
improvements:

- An OpenGL renderer powered by [`glow`] and [`glutin`]. It is an alternative to
the default [`wgpu`] renderer.
- A trait-based approach to react to mouse and keyboard interactions in the
`Canvas` widget.
- Basic overlay support, allowing the superposition of interactive widgets on
top of other widgets.
- A drop-down selector widget built on top of the overlay support.
- A widget that displays a QR code, powered by [`qrcode`].
- Additional internal enhancements, like event capturing and a faster event
loop.

_Discussions:
[/r/rust](https://www.reddit.com/r/rust/comments/k1hkxq/iced_a_crossplatform_gui_library_new_release/)_

[A new minor version]: https://github.com/hecrj/iced/pull/637
[Iced]: https://github.com/hecrj/iced
[Game of Life example]: https://github.com/hecrj/iced/tree/0.2/examples/game_of_life
[Elm]: https://elm-lang.org
[`glow`]: https://github.com/grovesNL/glow
[`glutin`]: https://github.com/rust-windowing/glutin
[`qrcode`]: https://github.com/kennytm/qrcode-rust
[`wgpu`]: https://github.com/gfx-rs/wgpu-rs

### [KAS] v0.6 and [KAS-text] v0.2

![KAS markdown](kas-markdown.png)
Expand Down