Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 323 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 323 Bytes

GPU Accelerated Calculations

A proof of concept, comparing speed of pure javascript calculations and calculations executed as glsl code. Featuring a mechanism of passing data to shaders by packing it into a set of RGBA pixels as a texture.

Observed up to 1000x performance increase with certain types of calculations.