eliemichel / LearnWebGPU

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

Home Page:https://eliemichel.github.io/LearnWebGPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  1. To build the source code defined by Sphinx Literate, run
make tangle

Contributing

To help this project, you can:

About

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

https://eliemichel.github.io/LearnWebGPU


Languages

Language:C++ 43.3%Language:Python 29.3%Language:C 20.8%Language:JavaScript 3.4%Language:CSS 1.5%Language:HTML 1.2%Language:Batchfile 0.4%Language:Makefile 0.2%