Metaballs playground implementation to understand how they work and are implemented. Basically, it's a combined scaled distance functions of moving circles with all points in the image surface.
Build with
mvn package
and run with
target/metablob
No dependencies except Maven and a current JDK are needed.