Press the green flag to render the Mandelbrot set. Change the center x or center y sliders to change where your screen looks at the set, and lower the zoom slider to zoom in. Increase the Max iterations slider to add more detail to the set (use at least 20 for it to look good) Use this link for faster performance: https://turbowarp.org/1000512645 This is the Mandelbrot set, which is a cool-looking thing that is described by this weird sentence: "The set of values c in the complex plane for which the orbit of the critical point z=0 under iteration of the quadratic map z(n+1)=z(n)^2+c remains bounded." IDK what that means but it looks cool.