Generating Fractals with OpenGL

Objective: To introduce the reader to the exciting world of fractal geometry.

1.) Use the code provided here to implement a Mandelbrot fractal generator as I discussed in lab. This starter code provides a function to map from the viewport to the complex plane as well a complex number class. You may use this code or you can write it yourself.

You may zoom into your fractal by clicking two points with the mouse. To zoom back out press z.

2.) Show me when you are done.