https://github.com/takahirox/webgpu-trial
WebGPU trial
https://github.com/takahirox/webgpu-trial
graphics javascript webgpu
Last synced: 4 months ago
JSON representation
WebGPU trial
- Host: GitHub
- URL: https://github.com/takahirox/webgpu-trial
- Owner: takahirox
- License: mit
- Created: 2019-12-15T18:47:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T06:54:08.000Z (over 6 years ago)
- Last Synced: 2025-12-13T17:28:02.895Z (7 months ago)
- Topics: graphics, javascript, webgpu
- Language: HTML
- Homepage:
- Size: 62.5 KB
- Stars: 48
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webgpu-trial
[Online Demo](https://takahirox.github.io/webgpu-trial/index.html)
Turn on `#enable-unsafe-webgpu` via chrome://flags on Chrome Canary
## Links
- [WebGPU specification](https://gpuweb.github.io/gpuweb/)
- [WebGPU Samples](https://github.com/austinEng/webgpu-samples)
- [Three.js WebGPURenderer experiment](https://github.com/takahirox/THREE.WebGPURenderer)