An interactive program that illustrates the following fractals:
- Recursive Pentagon
- Recursive Hexagon
- Barnsley Fern
Written in C++ using openGL & glut libraries. Source code available here.
Setting up glut in Windows can be tedious. This is a helpful tutorial on how to set it up in Visual Studio.