chai2010 / webgpu-samples

WebGPU Samples

Home Page:https://webgpu.github.io/webgpu-samples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGPU Samples

Please visit the WebGPU Samples website to run the samples!

The WebGPU Samples are a set of samples and demos 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 bundled using Rollup. Building the project requires an installation of Node.js.

  • Install dependencies: npm ci.
  • For development, start the dev server which will watch and recompile sources: npm start. You can navigate to http://localhost:8080 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.

About

WebGPU Samples

https://webgpu.github.io/webgpu-samples/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 96.2%Language:JavaScript 1.3%Language:CSS 1.3%Language:HTML 0.4%Language:WGSL 0.4%Language:Python 0.4%