Skip to content

austinEng/webgpu-samples

This branch is 197 commits behind webgpu/webgpu-samples:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 24, 2023
3951eb1 · Mar 24, 2023
Feb 17, 2023
Jun 3, 2022
Jan 26, 2023
Mar 24, 2023
Oct 31, 2022
Jan 9, 2021
Jul 8, 2022
Aug 23, 2019
Feb 17, 2023
Oct 31, 2022
Feb 17, 2023
Feb 16, 2023
Feb 17, 2023
Oct 31, 2022

Repository files navigation

WebGPU Samples

The WebGPU Samples are a set of samples demonstrating the use of the WebGPU API. Please see the current implementation status and how to run WebGPU in your browser at webgpu.io.

Building

webgpu-samples is built with Typescript and compiled using Next.js. Building the project requires an installation of Node.js.

  • Install dependencies: npm install.
  • For development, start the dev server which will watch and recompile sources: npm start. You can navigate to http://localhost:3000 to view the project.
  • For production, compile the project: npm run build.
  • To run a production server to serve the built assets, do npm run serve.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • CSS 1.4%
  • JavaScript 1.3%