The fractals below were created in C++ using the gfx library , and careful recursion. They are all self similar structures, each of them made up of shapes changing only in position and size in each iteration.
Major Lessons
- Recursion
- Graphics
Fractals