Next Steps
There are some show cases that you can try out to see the power of WebGPU and WGSL in your browser.
You can write your own shader in the editor
and see the result in the preview.
You can test your knowledge by taking the quiz.
And at the end, if you have any feedback or suggestions, feel free to share them with us.
If you want to learn more about WebGPU and WGSL, you can check out the following resources:
-
Your first WebGPU app - A tutorial that guides you through creating "Game of Life" using WebGPU. It demonstrates both rendering and compute capabilities, which is essential for understanding the power of GPU computing.
-
The Book of Shaders - Provides a step-by-step guide through the world of fragment shaders, which is foundational knowledge of Shader programming.
-
learnopengl.com - Although focused on OpenGL, the principles taught here are transferable to WebGPU and can provide a solid background in graphics programming.