Skip to content

๐ŸŒ Some experiments with the upcoming WebGPU API

Notifications You must be signed in to change notification settings

theovidal/webgpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages