From ea9095d6294db03f4723024f4ce3b3cd7804c4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 12 Aug 2026 12:01:17 +0200 Subject: [PATCH 1/6] Add WebGPU Community Meetup event --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f84910..4e8da74 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ There are also implementations of WebGPU in other languages, for both WebAssembl - Q&A and feature proposals - [GitHub Discussions](https://github.com/gpuweb/gpuweb/discussions) - Mailing list - `public-gpu@w3.org` [at the W3C](https://lists.w3.org/Archives/Public/public-gpu/) +# Community Events + +- [WebGPU Community Meetup (Paris, Nov 5, 2026)](https://rsvp.withgoogle.com/events/webgpu-meetup) - Informal community gathering following the W3C Working Group meeting. + # Samples & Demos - [WebGPU Samples](https://webgpu.github.io/webgpu-samples/) - sample code and demos of various features and graphics/compute techniques From a354774058102c01d9a1f8c7e4f7602b021cc084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 19 Aug 2026 12:13:51 +0200 Subject: [PATCH 2/6] Update README.md --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4e8da74..7a6b72d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ layout: default permalink: / --- + WebGPU logo @@ -14,7 +15,7 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Implementation Status & Bug Reporting - [WebGPU Implementation Status](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) - status of different browsers/OSes, and how to report bugs - - For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/) +- For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/) # Community Spaces @@ -25,7 +26,15 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Community Events -- [WebGPU Community Meetup (Paris, Nov 5, 2026)](https://rsvp.withgoogle.com/events/webgpu-meetup) - Informal community gathering following the W3C Working Group meeting. +- Upcoming: + - [WebGPU Community Meetup (Paris, Nov 5, 2026)](https://rsvp.withgoogle.com/events/webgpu-meetup) - Informal community gathering following the W3C Working Group meeting. +- Past meetups & presentations: + - [2026-03 GDC](https://www.khronos.org/events/3d-on-the-web-2026) + - 2025-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=gdMtgJTe1qY), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL%2BWebGPU_SIGGRAPH_2025.pdf) + - [2025-03 GDC](https://www.khronos.org/events/3d-on-the-web-2025) + - 2024-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=mTYmr1b0ZnQ), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL__WebGPU_BOF_2024-07-31.pdf) + - [2024-03 GDC](https://www.khronos.org/events/webgl-webgpu-meetup-GDC-2024) + - (just search online if you're looking for a specific past meetup) # Samples & Demos @@ -61,17 +70,7 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Browser News & Articles -- [WebGPU on *Chrome for Developers*](https://developer.chrome.com/docs/web-platform/webgpu) - -# Videos & Presentations - -- Meetups - click through for lists of presentations - - [2026-03 GDC](https://www.khronos.org/events/3d-on-the-web-2026) - - 2025-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=gdMtgJTe1qY), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL%2BWebGPU_SIGGRAPH_2025.pdf) - - [2025-03 GDC](https://www.khronos.org/events/3d-on-the-web-2025) - - 2024-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=mTYmr1b0ZnQ), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL__WebGPU_BOF_2024-07-31.pdf) - - [2024-03 GDC](https://www.khronos.org/events/webgl-webgpu-meetup-GDC-2024) - - (just search online if you're looking for a specific past meetup) +- [WebGPU on _Chrome for Developers_](https://developer.chrome.com/docs/web-platform/webgpu) # Community libraries for use with WebGPU From 250266e0fd0a155e6bf670bfd5b6da28b8017de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 19 Aug 2026 12:15:16 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7a6b72d..2b03717 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ layout: default permalink: / --- - WebGPU logo @@ -15,7 +14,7 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Implementation Status & Bug Reporting - [WebGPU Implementation Status](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) - status of different browsers/OSes, and how to report bugs -- For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/) + - For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/)org/) # Community Spaces @@ -24,18 +23,6 @@ There are also implementations of WebGPU in other languages, for both WebAssembl - Q&A and feature proposals - [GitHub Discussions](https://github.com/gpuweb/gpuweb/discussions) - Mailing list - `public-gpu@w3.org` [at the W3C](https://lists.w3.org/Archives/Public/public-gpu/) -# Community Events - -- Upcoming: - - [WebGPU Community Meetup (Paris, Nov 5, 2026)](https://rsvp.withgoogle.com/events/webgpu-meetup) - Informal community gathering following the W3C Working Group meeting. -- Past meetups & presentations: - - [2026-03 GDC](https://www.khronos.org/events/3d-on-the-web-2026) - - 2025-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=gdMtgJTe1qY), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL%2BWebGPU_SIGGRAPH_2025.pdf) - - [2025-03 GDC](https://www.khronos.org/events/3d-on-the-web-2025) - - 2024-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=mTYmr1b0ZnQ), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL__WebGPU_BOF_2024-07-31.pdf) - - [2024-03 GDC](https://www.khronos.org/events/webgl-webgpu-meetup-GDC-2024) - - (just search online if you're looking for a specific past meetup) - # Samples & Demos - [WebGPU Samples](https://webgpu.github.io/webgpu-samples/) - sample code and demos of various features and graphics/compute techniques @@ -68,6 +55,18 @@ There are also implementations of WebGPU in other languages, for both WebAssembl - From the community: - [webgpu.rocks WebGPU/WGSL Reference](https://webgpu.rocks/) +# Community Events + +- Upcoming: + - [WebGPU Community Meetup (Paris, Nov 5, 2026)](https://rsvp.withgoogle.com/events/webgpu-meetup) - Informal community gathering following the W3C Working Group meeting. +- Past meetups & presentations: + - [2026-03 GDC](https://www.khronos.org/events/3d-on-the-web-2026) + - 2025-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=gdMtgJTe1qY), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL%2BWebGPU_SIGGRAPH_2025.pdf) + - [2025-03 GDC](https://www.khronos.org/events/3d-on-the-web-2025) + - 2024-07 SIGGRAPH - [video](https://www.youtube.com/watch?v=mTYmr1b0ZnQ), [slides](https://www.khronos.org/assets/uploads/developers/presentations/WebGL__WebGPU_BOF_2024-07-31.pdf) + - [2024-03 GDC](https://www.khronos.org/events/webgl-webgpu-meetup-GDC-2024) + - (just search online if you're looking for a specific past meetup) + # Browser News & Articles - [WebGPU on _Chrome for Developers_](https://developer.chrome.com/docs/web-platform/webgpu) From 37f6f7fe3d817de489a677a377d429cdcae3bad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 19 Aug 2026 12:15:42 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b03717..a698d59 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Implementation Status & Bug Reporting - [WebGPU Implementation Status](https://github.com/gpuweb/gpuweb/wiki/Implementation-Status) - status of different browsers/OSes, and how to report bugs - - For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/)org/) + - For status of individual features, check on your device using [WebGPU Report](https://webgpureport.org/) # Community Spaces From 569795f18c7cd1457839d7083e596394facdeb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 19 Aug 2026 12:16:19 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a698d59..f9036a3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ There are also implementations of WebGPU in other languages, for both WebAssembl - From the community: - [webgpu.rocks WebGPU/WGSL Reference](https://webgpu.rocks/) +# Browser News & Articles + +- [WebGPU on _Chrome for Developers_](https://developer.chrome.com/docs/web-platform/webgpu) + # Community Events - Upcoming: @@ -67,10 +71,6 @@ There are also implementations of WebGPU in other languages, for both WebAssembl - [2024-03 GDC](https://www.khronos.org/events/webgl-webgpu-meetup-GDC-2024) - (just search online if you're looking for a specific past meetup) -# Browser News & Articles - -- [WebGPU on _Chrome for Developers_](https://developer.chrome.com/docs/web-platform/webgpu) - # Community libraries for use with WebGPU - Shaders From 08331b6b7fd7a19e4fbf5990cd8711d8288be164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Wed, 19 Aug 2026 12:16:44 +0200 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9036a3..6e5a926 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ There are also implementations of WebGPU in other languages, for both WebAssembl # Browser News & Articles -- [WebGPU on _Chrome for Developers_](https://developer.chrome.com/docs/web-platform/webgpu) +- [WebGPU on *Chrome for Developers*](https://developer.chrome.com/docs/web-platform/webgpu) # Community Events