https://github.com/danielesteban/gpuwater
WebGPU compute experiment
https://github.com/danielesteban/gpuwater
Last synced: over 1 year ago
JSON representation
WebGPU compute experiment
- Host: GitHub
- URL: https://github.com/danielesteban/gpuwater
- Owner: danielesteban
- License: mit
- Created: 2022-07-18T17:19:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-09T10:18:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-28T11:56:46.734Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://gpuwater.gatunes.com
- Size: 702 KB
- Stars: 13
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[gpuwater](https://github.com/danielesteban/gpuwater)
==
[](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
```