Distributed Newton Fractal

Published:

Distributes Newton–Raphson fractal generation across Distributive’s web5 compute network. Each worker computes the basin of attraction for a chunk of the complex plane; the results are stitched into the final fractal image client-side.

The interesting bit is the toolchain: worker code is written in Python and compiled to WebAssembly via Bifrost, so the same algorithm runs inside any browser-based DCP worker without a Python runtime — turning every spare browser tab into a fractal-rendering node.

GitHub · Distributive

Direct Link