LearningWebGPU
WebGPU tutorials inspired by LearningWebGL.com. Use both WGSL and GLSL/SPIR-V.
TypeScript★ 558⑂ 45 forksupdated 3 years ago
git clone https://github.com/hjlld/LearningWebGPU.githjlld/LearningWebGPUREADME.mdfork it — it’s yours
LearningWebGPU 教程
本教程受原本的 LearningWebGL.com 中的 WebGL 教程启发。
@deprecated glsl-spirv 分支使用 GLSL->SPIR-V 作为着色器语言,使用 @webgpu/glslang 编译成字节码。
wgsl 分支使用 WGSL 作为着色器语言。
WebGPU 标准释义 - 中文版(非官方,自翻版)
教程目录
more like this
aperture
WebGPU-only, ECS-native 3D runtime where simulation is authoritative and rendering is a derived view.
TypeScript★ 53