Skip to content

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

Notifications You must be signed in to change notification settings

asciidiego/LearnWebGPU

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 48.3%
  • Python 23.5%
  • C 23.4%
  • JavaScript 3.5%
  • HTML 0.4%
  • Batchfile 0.4%
  • Other 0.5%