LearnWebGPU
LearnWebGPU copied to clipboard
Learn to use WebGPU for native graphic applications in C++
Learn WebGPU
This is the source files of the website https://eliemichel.github.io/LearnWebGPU.
Building
Building the website requires Python.
- It is recommended, but not mandatory, to set up a virtual Python environment:
$ virtualenv venv
$ venv/Scripts/activate
- Then install Python packages
pip install -r requirements.txt
- And finally build the website by running:
make html
- To build the source code defined by Sphinx Literate, run
make tangle
Contributing
To help this project, you can:
- Consult the Contributing section of the guide.
- Report Issues and suggest Pull Requests.
- Join Discord for more information.