https://github.com/petrbroz/webgpu-playground
WebGPU experiments.
https://github.com/petrbroz/webgpu-playground
Last synced: 6 months ago
JSON representation
WebGPU experiments.
- Host: GitHub
- URL: https://github.com/petrbroz/webgpu-playground
- Owner: petrbroz
- Created: 2021-06-25T07:09:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T07:10:00.000Z (over 4 years ago)
- Last Synced: 2025-02-17T20:41:12.879Z (8 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgpu-playground
Experimental [WebGPU](https://www.w3.org/TR/webgpu/#intro) renderer.
## Prerequisites
- WebGPU-enabled browser, for example, Google Chrome Canary
- `glslc` command-line tool (provided by [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/))## Development
After modifying any of the GLSL files, run `node build.js` from the command-line
to update their corresponding SPIR-V binaries (in _basic-frag.js_ or _basic-vert.js_).