theovidal / webgpu

🌐 Some experiments with the upcoming WebGPU API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGPU tests

Some experiments with the upcoming web API for 2D and 3D graphics

πŸ’» Development

The app is written using TypeScript and compiled with vite (Rollup) ; install the dependencies and run the project. The entry point is index.html.

With NPM :

npm install

npm run dev
npm run build

With Yarn :

yarn install

yarn dev
yarn build

About

🌐 Some experiments with the upcoming WebGPU API


Languages

Language:TypeScript 92.3%Language:HTML 6.5%Language:CSS 1.0%Language:JavaScript 0.2%