February 2010
1 post
Extending Fractals
So last time I posted about fractals, I gave you guys some code to render a monochrome Mandelbrot Set. Granted it’s cool, how about we throw some color into the mix? As I explained in the last post, the mandelbrot set is colored if the iteration z(c) stays contained within z(c) < 2. So to color it, we will select appropriate hues based how quickly the complex point (x, yi) exceeds 2....
Feb 27th
36 notes