Run on tw: https://turbowarp.org/1323598822?turbo&fps=60 !!R TO MANUALLY CHANGE RECURSION!! You CANNOT find most minibrots if your recursion is too low!!!! A simple Mandelbrot fractal visualiser I made using the non-complex plane approximation, it is quite laggy so use turbo mode (shift-click flag) and run on turbowarp if you can. Space to start the render, R to change recursions manually if the auto recursion doesn't keep up with the detail you zoom to. Click to zoom in I tried to make it so you can push the set as far as possible, but scratch isn't equipped to handle a full Mandelbrot zoom, at least with this method, so it currently becomes pixelated and stuff at zoom /:
The approximation I used: A(z) = sqrt(z.x^2 - z.y^2) B(z) = (z.x^2 + z.y^2, 2(z.x)(z.y)) C(z) = B(z) + (x,y) Fill if: A(C[recursive]((0,0)) < 2 Here's a desmos recreation I made https://www.desmos.com/calculator/yl0djjwti2