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

https://github.com/danielesteban/gpuwater

WebGPU compute experiment
https://github.com/danielesteban/gpuwater

Last synced: over 1 year ago
JSON representation

WebGPU compute experiment

Awesome Lists containing this project

README

          

[gpuwater](https://github.com/danielesteban/gpuwater)
==

[![gpuwater](screenshot.png)](https://gpuwater.gatunes.com)

### Dev environment

```bash
# clone repo:
git clone https://github.com/danielesteban/gpuwater.git
cd gpuwater
# install dependencies:
npm install
# start environment:
npm start
# open http://localhost:8080/ in your browser
```