# webgpu-samples **Repository Path**: nicomaki/webgpu-samples ## Basic Information - **Project Name**: webgpu-samples - **Description**: No description available - **Primary Language**: TypeScript - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-17 - **Last Updated**: 2025-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebGPU Samples **Please visit the [WebGPU Samples website](//webgpu.github.io/webgpu-samples/) to run the samples!** The WebGPU Samples are a set of samples and demos demonstrating the use of the [WebGPU API](//webgpu.dev). Please see the current implementation status and how to run WebGPU in your browser at [webgpu.io](//webgpu.io). ## Building `webgpu-samples` is built with [Typescript](https://www.typescriptlang.org/) and bundled using [Rollup](https://rollupjs.org/). Building the project requires an installation of [Node.js](https://nodejs.org/en/). - 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`.