From 08fdde8bd89cc5aee84f4ae9fe66ced43dce5f0e Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Mon, 30 Nov 2020 22:05:41 -0700 Subject: [PATCH 1/6] 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/6] 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/6] 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/6] 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 From 859d8881c3cd9d03225c4f945c9bd82781bbe173 Mon Sep 17 00:00:00 2001 From: Ben Hansen Date: Sun, 6 Jun 2021 11:24:53 -0600 Subject: [PATCH 5/6] learn wgpu section --- content/news/022/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/news/022/index.md b/content/news/022/index.md index e272c56d9..1bad0857b 100644 --- a/content/news/022/index.md +++ b/content/news/022/index.md @@ -105,6 +105,14 @@ May's full weekly devlogs: "This Week In Veloren...": ## Learning Material Updates +### Learn WGPU updated to wgpu 0.8 and WGSL + +After some GLSL issues trying to update Learn WGPU to version 0.8, @sotrh decided +to migrate to WGSL. This update was a lot of work, but relatively painless. As a +result, `shaderc` is no longer a dependency. + +Checkout more at [here](https://sotrh.github.io/learn-wgpu/news/) + ## Library & Tooling Updates ### [naga] From 5d441309c7c19aeb8fe6d9414047de3c189964f1 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Tue, 8 Jun 2021 01:15:09 +0300 Subject: [PATCH 6/6] N22: LEarn WGPU: fmt & style tweaks --- content/news/022/index.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/content/news/022/index.md b/content/news/022/index.md index f8490a1fd..4bb714828 100644 --- a/content/news/022/index.md +++ b/content/news/022/index.md @@ -355,13 +355,18 @@ and breaking blocks. ## Learning Material Updates -### Learn WGPU updated to wgpu 0.8 and WGSL +### [Learn WGPU Updated to wgpu 0.8 and WGSL][learn-wgpu-news] -After some GLSL issues trying to update Learn WGPU to version 0.8, @sotrh decided -to migrate to WGSL. This update was a lot of work, but relatively painless. As a -result, `shaderc` is no longer a dependency. +After some GLSL issues trying to update the ["Learn WGPU"][learn-wgpu] tutorial +to version WGPU 0.8, [@sotrh] decided to migrate to WGSL. +This update was a lot of work, but relatively painless. +As a result, `shaderc` is no longer a dependency. -Checkout more at [here](https://sotrh.github.io/learn-wgpu/news/) +Checkout more at [here][learn-wgpu-news]. + +[@sotrh]: https://patreon.com/sotrh +[learn-wgpu]: https://sotrh.github.io/learn-wgpu +[learn-wgpu-news]: https://sotrh.github.io/learn-wgpu/news/#_0-8-and-wgsl ### [Voxel Engine with Rust and wgpu-rs][voxel_engine_video]