LearnWebGPU
1.0.0

Learnwebgpu | WebGPU-C ++ | WebGPU分布
glfw3webgpu | sdl2webgpu | sdl3webgpu
这是网站的源文件https://eliemichel.github.io/learnwebgpu。
构建网站需要Python。
# Create the virtualenv in the "venv" directory (only the first time)
virtualenv venv
# Activate the virtualenv (each time you open a new terminal)
venv/Scripts/activatepip install -r requirements.txtmake html cd _build/html
python -m http.server 8000然后浏览到http:// localhost:8000。您应该在那里查看LearnWebGPU网站。
make tangle为了帮助该项目,您可以: