Skip to content

senorsenorjunior/LearnWebGPU

This branch is 183 commits behind eliemichel/LearnWebGPU:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

404d440 · Dec 2, 2023
Apr 13, 2023
Dec 2, 2023
Nov 18, 2023
Oct 23, 2023
Nov 14, 2023
Nov 17, 2023
Oct 16, 2023
Dec 2, 2023
Sep 16, 2023
Nov 14, 2023
Nov 1, 2023
Sep 24, 2023
Nov 18, 2023
Nov 18, 2023
Feb 26, 2023
Dec 28, 2022
Dec 18, 2022
Dec 2, 2023
Dec 2, 2023
Dec 2, 2023
Oct 14, 2023
Dec 18, 2022
Nov 26, 2023
Dec 2, 2023

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

Contributing

To help this project, you can:

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++ 44.3%
  • Python 28.4%
  • C 21.3%
  • JavaScript 3.3%
  • HTML 1.2%
  • CSS 0.9%
  • Other 0.6%