Skip to content

terier/cescg2026

Repository files navigation

Getting Started

1. Install Node.js

Download and install Node.js (LTS version):

https://nodejs.org/

Verify installation:

node -v
npm -v

2. Install dependencies

In the project folder, run:

npm install

3. Start the development server

npm start

Open the URL shown in the terminal in your browser (usually http://localhost:5173).

Notes

  • Always open pages via the dev server (not by opening .html files directly)
  • Example pages are available under /examples/taskXX/ (e.g. /task01/)
  • If you are using VS Code, you can install wgsl-analyzer for better WGSL (WebGPU shader language) support (type checking and inference, code completion).

Other implementations

The repository also contains the basic example implementated with WebGPU bindings in Rust and Python. You can find them in other-implementations/ folder.

About

CESCG 2026 workshop Introduction to WebGPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors