LearnWebGPU
1.0.0
LearnWebGPU | WebGPU-C++ | WebGPU-distribution
glfw3webgpu | sdl2webgpu | sdl3webgpu
This is the source files of the website https://eliemichel.github.io/LearnWebGPU.
Building the website requires 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 htmlcd _build/html
python -m http.server 8000Then browse to http://localhost:8000. You should see the LearnWebGPU website there.
make tangleTo help this project, you can: