diff --git a/content/posts/newsletter-017/index.md b/content/posts/newsletter-017/index.md index 121d342ec..5bcdc2630 100644 --- a/content/posts/newsletter-017/index.md +++ b/content/posts/newsletter-017/index.md @@ -265,6 +265,36 @@ or follow [@danologue on Twitter][@danologue]. [danlogs-discord]: https://discord.com/invite/fSWE49H [@danologue]: https://twitter.com/danologue +### [Nannou: Creative Coding with Rust][mactuitui-talk] + +[![A screenshot from the talk](nannou_creative_coding.jpg)][mactuitui-talk] +_You can [watch the recording here][mactuitui-talk]._ + +[Alexis André][@mactuitui] gave a [talk][mactuitui-talk] at +[GitHub Universe][mactuitui-github-universe] about working with Rust +and [Nannou][mactuitui-nannou-website], an open-source creative-coding +framework. + +> Alexis André is an artist, researcher and designer aiming at redefining +> entertainment. In this golden age of computation and data overflow, +> why is our entertainment still designed to be consumed in a passive +> way? A few media are offering interactive experiences, but none of +> them are designed specifically for you. In this live demo, Alexis +> will create a sketch from scratch for participants to experience +> what it's like working with Nannou and Rust. + +The code is available at [GitHub][mactuitui-repository]. + +_Discussions: +[Twitter][mactuitui-discussion]_ + +[@mactuitui]: https://twitter.com/mactuitui +[mactuitui-talk]: https://www.youtube.com/watch?v=Ml6tpyTyXhM +[mactuitui-repository]: https://github.com/MacTuitui/nannou-universe +[mactuitui-discussion]: https://twitter.com/MacTuitui/status/1339863034991276035 +[mactuitui-nannou-website]: https://nannou.cc +[mactuitui-github-universe]: https://githubuniverse.com/Nannou-creative-coding-with-Rust/ + ## Library & Tooling Updates ### [Egui] diff --git a/content/posts/newsletter-017/nannou_creative_coding.jpg b/content/posts/newsletter-017/nannou_creative_coding.jpg new file mode 100644 index 000000000..346247ef4 Binary files /dev/null and b/content/posts/newsletter-017/nannou_creative_coding.jpg differ