Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 256 Bytes

cg-fractal

This project demonstrates how to draw fractals with C++.

Some examples

Newton's Fractal

( z = z^5 - 1, a = -0.5 )

img

Mandelbort Fractal

( z = z^2 + c )

img