Logo
  • Projects
  • Readings
  • Tags

A look at GPGPU computing in the browser

2020-01-17

Even before WebGL2 introduced compute shaders, it was possible to hack WebGL to do GPGPU compute in normal fragment shaders. Here’s a presentation (and demo) that I made to showcase that:

https://lukeolney.me/javascript-gpgpu-presentation/

Demo source

  • Github