I don't know if anyone has tried this before, but i've considered a new way of rendering Mandelbrot and Julia sets for any formula that i'm sure have great visual potential.
For each pixel on a Mandelbrot set, instead of rendering just one point and determining the outcome, render
an entire Julia set with the values given by the pixel, and use the
amount of attracted vs escaping points to decide the color. The same could be done the other way around instead, with a Mandelbrot set being rendered for each point on the plane.
It can also be thought of as "every" Julia or Mandelbrot set (within a limited space and with limited resolution) put on top of each other and mixed.
This would of course be very computationally expensive, but possibly worth the work.
Another variant is where simply a "line" of values are rendered for each pixel. The images below are a very simple attempt at rendering that with a very slow QBasic program, and can probably be done in much better ways.
Perhaps this could be called Supermandelbrot and Superjulia, with the 2-dimensional version being Hyper-ditto?


