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

https://github.com/petrbroz/webgpu-playground

WebGPU experiments.
https://github.com/petrbroz/webgpu-playground

Last synced: 6 months ago
JSON representation

WebGPU experiments.

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_).