cg-fractal This project demonstrates how to draw fractals with C++. Some examples Newton's Fractal ( z = z^5 - 1, a = -0.5 ) Mandelbort Fractal ( z = z^2 + c )