Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

LearningWebGPU 教程

本教程受原本的 LearningWebGL.com 中的 WebGL 教程启发。

本教程近期将重新开始更新。 停更的原因主要是因为到了第 6 课需写 mipmap 的时候,发现现在 WebGPU 根本没有生成 mipmap 的函数; 只能回滚到 WebGL 用 gl.generateMipmap() 来生成 mipmap。 在 WebGPU 仓库有个相关的 issue: https://github.com/gpuweb/gpuweb/issues/386

教程目录

  • 第 0 课 - 全新的开始

  • 第 1 课 - 三角和方块的故事

  • 第 2 课 - 添加颜色

  • 第 3 课 - 动起来

  • 第 4 课 - 真正的 3D 物体

  • 第 5 课 - 引入纹理

  • 第 6 课 - 键盘输入和纹理过滤

About

WebGPU tutorials inspired by LearningWebGL.com

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.