From 08fdde8bd89cc5aee84f4ae9fe66ced43dce5f0e Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Mon, 30 Nov 2020 22:05:41 -0700 Subject: [PATCH 1/4] N16: Learn Wgpu --- content/posts/newsletter-016/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index f83eadf6c..83e3e11c2 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -65,6 +65,14 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates +### Learn Wgpu News + +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](https://sotrh.github.io/learn-wgpu/showcase/compute/#possible-improvements) and an [imgui showcase](https://sotrh.github.io/learn-wgpu/showcase/imgui-demo/). + +In other news @sotrh has started a [patreon](https://patreon.com/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](https://sotrh.github.io/learn-wgpu/news/#november-2020-cleanup-content-freeze-and-patreon) + ## Library & Tooling Updates ## Popular Workgroup Issues in Github From 50a36a3f95b07fa19d64520692d3ba67291b7688 Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Tue, 1 Dec 2020 15:24:51 -0700 Subject: [PATCH 2/4] fixing line length --- content/posts/newsletter-016/index.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 83e3e11c2..0a4002a70 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -67,11 +67,22 @@ If needed, a section can be split into subsections with a "------" delimiter. ### Learn Wgpu News -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](https://sotrh.github.io/learn-wgpu/showcase/compute/#possible-improvements) and an [imgui showcase](https://sotrh.github.io/learn-wgpu/showcase/imgui-demo/). - -In other news @sotrh has started a [patreon](https://patreon.com/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](https://sotrh.github.io/learn-wgpu/news/#november-2020-cleanup-content-freeze-and-patreon) +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](https://sotrh.github.io/learn-wgpu/showcase/compute) +showcase and an +[imgui](https://sotrh.github.io/learn-wgpu/showcase/imgui-demo/) showcase. + +In other news @sotrh has started a [patreon](https://patreon.com/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](https://sotrh.github.io/learn-wgpu/news) ## Library & Tooling Updates From 5777910eb95c212e2d45ac71385dec714bdb9c70 Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Tue, 1 Dec 2020 15:57:59 -0700 Subject: [PATCH 3/4] removed trailing spaces --- content/posts/newsletter-016/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 0a4002a70..206888abc 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -67,21 +67,21 @@ If needed, a section can be split into subsections with a "------" delimiter. ### Learn Wgpu News -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 +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](https://sotrh.github.io/learn-wgpu/showcase/compute) -showcase and an +showcase and an [imgui](https://sotrh.github.io/learn-wgpu/showcase/imgui-demo/) showcase. -In other news @sotrh has started a [patreon](https://patreon.com/sotrh) to -help fund research and development on the Learn Wgpu site as well as other wgpu +In other news @sotrh has started a [patreon](https://patreon.com/sotrh) to +help fund research and development on the Learn Wgpu site as well as other wgpu related projects. -You can learn more +You can learn more [on the Learn Wgpu news page](https://sotrh.github.io/learn-wgpu/news) ## Library & Tooling Updates From acc9a200a1d41038f50b34c17c2bb2d7da8cf91a Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sat, 5 Dec 2020 00:04:47 +0300 Subject: [PATCH 4/4] N16: Learn Wgpu: Style & fmt tweaks --- content/posts/newsletter-016/index.md | 32 +++++++++++++++------------ 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/content/posts/newsletter-016/index.md b/content/posts/newsletter-016/index.md index 206888abc..f9fd03b67 100644 --- a/content/posts/newsletter-016/index.md +++ b/content/posts/newsletter-016/index.md @@ -65,24 +65,28 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Learning Material Updates -### Learn Wgpu News +### [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 +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](https://sotrh.github.io/learn-wgpu/showcase/compute) -showcase and an -[imgui](https://sotrh.github.io/learn-wgpu/showcase/imgui-demo/) showcase. - -In other news @sotrh has started a [patreon](https://patreon.com/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](https://sotrh.github.io/learn-wgpu/news) +[@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