example program

fractal_chart.grapheme

/fractals as nodes, relationships as typed edges

running live in your browser via WebAssembly + WebGPU. requires Chrome 113+ or Edge 113+.

what it does

Ten fractals arranged as a graph. The Julia set sits at the hub of a star of Julia variants (dendrite, San Marco, dragon) connected by `juliafam` edges. The Mandelbrot sits at the hub of a star of polynomial variants (burning ship, tricorn, multibrot³, multibrot⁴) connected by `polyfam` edges. A single `bridge` edge ties the two families together.

Each fractal's interior is computed per-fragment by escape-time iteration. Auto-fit zoom keeps the whole chart framed.

code
// loading...