Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

eliemichel/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:
# Create the virtualenv in the "venv" directory (only the first time)
virtualenv venv
# Activate the virtualenv (each time you open a new terminal)
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 open the new website, run the following simple server:
cd _build/html
python -m http.server 8000

Then browse to http://localhost:8000. You should see the LearnWebGPU website there.

  1. To build the source code defined by Sphinx Literate (optional), run
make tangle

Contributing

To help this project, you can:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 43

AltStyle によって変換されたページ (->オリジナル) /