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.
Try modifying the parameters above to explore different regions of the Mandelbrot set:
Increase max_iter for deeper zooms to see more detail.