The fifth entry into my corona samples is based around Fractal art.
A few years back, I took an interest in fractals and was curious about how to make them. This sample is a port of a C++ sample I wrote back then, showing how to create Mandelbrot and Julia sets. Here you can toggle between them by pressing the toggle button in the lower right.
There is a small delay on start up as it calculates both sets. There is no optimisation at this point to help keep the code simple.
You can download the full source here: [Download]