Hacker News new | ask | show | jobs
by indescions_2018 2939 days ago
For most WebGL a 4x4 matrix multiply is all thats needed. GLSL will implement the basics. But all the 3D libraries include matrix ops: threejs, babylon, etc. Then there are standalone math libs like glMatrix and math.gl from Uber. There is even a WebAssembly accelerated library: glmw.

Just really curious what sort of simulations or applications one would build with an in-browser BLAS implementation ;)

1 comments

This library is for fast scientific computing, you can use it for games (its 100k minified and the matrix algos are extreemly fast),