https://github.com/inokawa/webgpu-practice
WebGPU sandbox
https://github.com/inokawa/webgpu-practice
Last synced: about 1 month ago
JSON representation
WebGPU sandbox
- Host: GitHub
- URL: https://github.com/inokawa/webgpu-practice
- Owner: inokawa
- Created: 2022-08-23T02:11:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:11:20.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T22:09:50.742Z (6 months ago)
- Language: TypeScript
- Homepage: https://inokawa.github.io/webgpu-practice/
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgpu-practice
[](https://github.com/inokawa/webgpu-practice/actions/workflows/deploy.yml)
https://github.com/gpuweb/gpuweb/wiki/Implementation-Status
https://github.com/austinEng/webgpu-samples
## Demo
Before accessing demo, you have to enable WebGPU in Chrome Canary or Firefox Nightly.
https://inokawa.github.io/webgpu-practice/## Start
```sh
npm install
npm start
```