Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.72 KB

README.md

File metadata and controls

51 lines (40 loc) · 2.72 KB

Introduction to WebGPU

Task descriptions and reference implementations for the "Introduction to WebGPU" workshop at CESCG 2023.

You will need

Three things:

  1. Internet browser with WebGPU support
  2. Local server
  3. (this) Workshop Git repository

Internet browser with WebGPU support

Local server

(this) Workshop Git repository

git clone https://github.com/UL-FRI-LGM/cescg2023-webgpu

Tasks & Reference Implementations

During the four parts of this workshop you're going to solve tasks in order to learn how to use the WebGPU API. For each part, you'll find the task descriptions as well as the respective reference implementation in its respective folder:

You can also check out the reference implementations in the browser. Start a server in the project's root directory and navigate to reference implementations.html.