Click to zoom in, press r to reset, press j to make a Julia Set at the cursor, press m to return from the Julia Set, and press e for an example.
This fractal is named the "feather fractal." it was found by YouTuber CodeParade, and has the following formula: F(z) = z³/(1+re(z)²+im(z)²i) This fractal has the property of not having a defined bailout, as an orbit can be periodic but unbounded. I use the bailout of |z| > 100000, but it will still be missing details.