Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bbbbx/webgpu-compute
A mini demo(~100 LOC) shows the WebGPU compute pipeline. Chrome 105+ only
https://github.com/bbbbx/webgpu-compute
compute gpu shader webgpu
Last synced: 3 months ago
JSON representation
A mini demo(~100 LOC) shows the WebGPU compute pipeline. Chrome 105+ only
- Host: GitHub
- URL: https://github.com/bbbbx/webgpu-compute
- Owner: bbbbx
- Created: 2021-12-16T06:51:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T14:24:07.000Z (almost 2 years ago)
- Last Synced: 2024-02-17T12:40:41.180Z (9 months ago)
- Topics: compute, gpu, shader, webgpu
- Language: JavaScript
- Homepage: https://bbbbx.github.io/webgpu-compute/src/index.html
- Size: 857 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGPU Compute
inspired by [Get started with GPU Compute on the web](https://web.dev/gpu-compute/) and [Vulkan Minimal Compute](https://github.com/Erkaman/vulkan_minimal_compute).
![./screenshot.png](./screenshot.png)
[live demo](https://bbbbx.github.io/webgpu-compute/src/index.html)