diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index f83eadf6c..f9fd03b67 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -65,6 +65,29 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### [Learn Wgpu][learn-wgpu] + +Development of new tutorial content has slowed down due to wgpu still being in +development. [@sotrh] has committed to continue maintaining the project through +the comming version changes, and plans to add more new content when the API +solidifies. He with the help of other contributors such as GitHub user +[@kanerogers] worked through a series of issues to polish the repository before +the content freeze. +In addition to that he added a [compute pipeline showcase][learn-wgpu-compute] +and an [imgui showcase][learn-wgpu-imgui]. + +In other news @sotrh has started a [Patreon][@sotrh] to help fund research +and development on the Learn Wgpu site as well as other wgpu related projects. + +You can learn more [on the Learn Wgpu news page][learn-wgpu-news]. + +[learn-wgpu]: https://sotrh.github.io/learn-wgpu +[learn-wgpu-compute]: https://sotrh.github.io/learn-wgpu/showcase/compute +[learn-wgpu-imgui]: https://sotrh.github.io/learn-wgpu/showcase/imgui-demo +[learn-wgpu-news]: https://sotrh.github.io/learn-wgpu/news +[@sotrh]: https://patreon.com/sotrh +[@kanerogers]: https://github.com/kanerogers + ## Library & Tooling Updates ## Popular Workgroup Issues in Github