LearnWebGPU
1.0.0

Learnwebgpu | WebGPU-C ++ | WebGPU 분포
glfw3webgpu | sdl2webgpu | sdl3webgpu
이것은 웹 사이트 https://eliemichel.github.io/learnwebgpu의 소스 파일입니다.
웹 사이트를 구축하려면 파이썬이 필요합니다.
# 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이 프로젝트를 돕기 위해 다음을 수행 할 수 있습니다.