diff --git a/_drafts/newsletter-002.md b/_drafts/newsletter-002.md index 089241d22..b2bd52369 100644 --- a/_drafts/newsletter-002.md +++ b/_drafts/newsletter-002.md @@ -249,17 +249,22 @@ Hey new grads! Like games? Want to make cool stuff in Rust? Let's chat: -### Iced +### [Iced - A renderer-agnostic GUI library](https://github.com/hecrj/iced) -![TODO: desc, local](https://thumbs.gfycat.com/VeneratedSourAurochs-small.gif) +![Tour example](/assets/newsletter-002/iced.gif) +> Iced was originally born as an attempt at bringing the simplicity of Elm and The Elm Architecture into Coffee 2D game engine -(**TODO**: ping Vlad) - - +The following features are available in the crate: +* Simple, easy-to-use, renderer-agnostic API +* Responsive, flexbox-based layouting +* Type-safe, reactive programming model +* Built-in widgets +* Custom widget support +Discussions: [r/rust](https://www.reddit.com/r/rust/comments/czzjnv/iced_a_rendereragnostic_gui_library_focused_on/) + ### [gfx-rs: Project Update](https://gfx-rs.github.io/2019/10/01/update.html) diff --git a/assets/newsletter-002/iced.gif b/assets/newsletter-002/iced.gif new file mode 100644 index 000000000..9cf7edf3d Binary files /dev/null and b/assets/newsletter-002/iced.gif differ