Different types of fractals are drawn using recursion and the StdDraw library. The constants in each file can be changed to get many more interesting shapes and variations for each.
- Clone the repository, download the code, or copy/paste it into a .java file.
- Choose one of the
.javafiles (excluding theStdDraw.java) to run.
Apollonian gasket generated via recursive circle packing.
Fractal tree rendered with ORDER = 15.
Standard Mandelbrot set; MandelbrotFast.java computes the same fractal with a quicker algorithm.
Julia set with BLOCK = 4.
Recursive Heighway dragon curve.
Sierpinski triangle generated through recursive subdivision.





