by fecapark
In computer graphics, metaballs can be implemented using alpha-thresholding method with Gaussian Blur.
In general, 60fps was possible, due to WebGL(PIXI.js) for high performance.
I need blur filter and alpha-threshold filter, but PIXI.js doesn't have the threshold filter, so I made it using GLSL.