An open API service indexing awesome lists of open source software.

https://github.com/inokawa/webgpu-practice

WebGPU sandbox
https://github.com/inokawa/webgpu-practice

Last synced: about 1 month ago
JSON representation

WebGPU sandbox

Awesome Lists containing this project

README

          

# webgpu-practice

[![deploy](https://github.com/inokawa/webgpu-practice/actions/workflows/deploy.yml/badge.svg)](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
```