AI authored to showcase ironpad capabilities.
This notebook renders the Mandelbrot set using WebGPU compute shaders, with an automatic CPU fallback for browsers without WebGPU support.
The GPU version runs a WGSL compute shader that evaluates each pixel in parallel on the GPU, delivering massive speedups over CPU rendering.
(output too large to embed; run the cell to regenerate it)
(output too large to embed; run the cell to regenerate it)
(output too large to embed; run the cell to regenerate it)
Try modifying the parameters above to explore different regions of the Mandelbrot set:
Increase max_iter for deeper zooms to see more detail.