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

https://github.com/elftausend/webgl-compute-demo

WGSL compute shaders on WebGL demo
https://github.com/elftausend/webgl-compute-demo

Last synced: about 2 months ago
JSON representation

WGSL compute shaders on WebGL demo

Awesome Lists containing this project

README

        

# webgl-compute-demo

A minimal demo of WGSL compute shaders that run (in the browser) using WebGL2.
This uses a modified version of [naga](https://github.com/elftausend/wgpu) to translate WGSL to GLSL with compute techniques.

Useful resources:
- https://rustwasm.github.io/wasm-bindgen/examples/webgl.html
- https://github.com/sinclairzx81/tesseract
- https://github.com/PixelsCommander/webgpu-vs-webgl-compute-matrix-multiplication/blob/master/webgl_matrix.js