A tutorial on WebGPU for Desktop applications using wgpu or Dawn, by @eliemichel
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
WebGPU tutorials inspired by LearningWebGL.com. Use both WGSL and GLSL/SPIR-V.
A simple software rasterizer running on a WebGPU compute shader. Built for educational purposes.
An overview on how to write a WebGPU application, by Alain Galvan
Summary of the steps to render a scene, by @ndesmic