/LearnWebGPU

Learn to use WebGPU for native graphic applications in C++

Primary LanguageC++

Learn WebGPU Logo

LearnWebGPU  |  WebGPU-C++  |  glfw3webgpu  |  WebGPU-binaries

Learn WebGPU

This is the source files of the website https://eliemichel.github.io/LearnWebGPU.

Building

Building the website requires Python.

  1. It is recommended, but not mandatory, to set up a virtual Python environment:
$ virtualenv venv
$ venv/Scripts/activate
  1. Then install Python packages
pip install -r requirements.txt
  1. And finally build the website by running:
make html