From 4ef00d31b0f16d9230c3b74470bf5c9f17b1410b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Mitrovic=CC=81?= Date: Wed, 15 Apr 2020 17:01:04 +0200 Subject: [PATCH 1/2] Add link to 'Get started with GPU Compute on the Web' article --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f61ba0..b140e1c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome wgpu -A curated list of wgpu code and resources. +A curated list of wgpu code and resources. PRs welcome. @@ -43,6 +43,7 @@ https://www.reddit.com/r/rust_gamedev/comments/bv7w2f/wgpurs_now_uses_rendy_to_m - old https://github.com/fredlangva/WGPU-Tut - https://www.reddit.com/r/rust_gamedev/comments/bcjdl0/learning_wgpurs_coming_from_openwebgl/ - [3D Game in Rust #2 - Try to run a wgpu-rs tutorial - YouTube](https://www.youtube.com/watch?v=KZTmTbcA-VY) +- [Get started with GPU Compute on the Web](https://developers.google.com/web/updates/2019/08/get-started-with-gpu-compute-on-the-web) ## Gamedev From a29d8a493ccd57d6c6294e16ca5cd454fe89df39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladimir=20Mitrovic=CC=81?= Date: Wed, 15 Apr 2020 18:14:57 +0200 Subject: [PATCH 2/2] Add link to @kvark's FOSDEM talk --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b140e1c..65fb1b6 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ https://www.reddit.com/r/rust_gamedev/comments/bv7w2f/wgpurs_now_uses_rendy_to_m - https://www.reddit.com/r/rust_gamedev/comments/bcjdl0/learning_wgpurs_coming_from_openwebgl/ - [3D Game in Rust #2 - Try to run a wgpu-rs tutorial - YouTube](https://www.youtube.com/watch?v=KZTmTbcA-VY) - [Get started with GPU Compute on the Web](https://developers.google.com/web/updates/2019/08/get-started-with-gpu-compute-on-the-web) +- [Building WebGPU with Rust - Dzmitry Malyshau - FOSDEM'20](https://www.youtube.com/watch?v=Z1l91Y3_oyw) ## Gamedev