holgerl / webgl-gpgpu

Example of general purpose computations on the GPU from JavaScript using WebGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPGPU in WebGL

Example of general purpose computations on the GPU from JavaScript using WebGL.

Potential speedup compared to JavaScript-only implementation is over 100x.

Allow some time for loading (about 20 seconds).

Output is displayed in the JavaScript console.

See the running example here: http://holgerl.github.io/webgl-gpgpu/code/

About

Example of general purpose computations on the GPU from JavaScript using WebGL


Languages

Language:JavaScript 100.0%Language:HTML 0.0%