入門†
- WebGPU入門
- WebGPUを使ってみる
- WebGPUとC++でブラウザ上に三角ポリゴン描画してみる
- Learn WebGPU – A next-generation graphics API for the web
- Learn WebGPU For native graphics in C++.
サンプル†
- https://austin-eng.com/webgpu-samples/ : 現Chrome-99以降で実行可能
- https://webkit.org/demos/webgpu/ : かなり初期の仕様(WebMetal?)でのコード例、動かせられない
- https://github.com/denoland/webgpu-examples : denoで動くコード例
解説†
- Raw WebGPU
- https://alain.xyz/blog/raw-webgpu
An overview on how to write a WebGPU application. Learn what key data structures and types are needed to draw in WebGPU.
- https://alain.xyz/blog/raw-webgpu
- Access modern GPU features with WebGPU
- WebGPU - コアの全てを canvas 抜きで
Chrome 113†
- WebGPUがついに利用可能に WebGL以上の高速な描画と、計算処理への可能性
ライブラリ†
.†
- I want to talk about WebGPU