Different types of fractals are drawn using recursion and the StdDraw library. The constants in each file can be changed to get more new and interesting shapes. Comments are added to see how the code runs.
- Clone the repository, download the code, or copy/paste it into a .java file.
- Choose one of the
.java
files (excluding theStdDraw.java
) to run.
Ex. of running FractalTree when ORDER = 15
: