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為了幫助該項目,您可以: