Title: Mandelbrot Generator
OS: Win32
Language: C++ (with MFC)
File: mandelbrot.zip
Draws a mandelbrot fractal. This is my first attempt at playing with fractals. It was alot easier than I expected, it only took me a couple hours. Its pretty neat, because you can zoom in pretty far with this. It is on the slow side however, because it uses the STL "complex" template for the math, and I'm sure there are optimizations to be had. |  |