Skip to content

Fun Fractals Trees And More! Made in Processing

Notifications You must be signed in to change notification settings

We-Gold/Recursion

Repository files navigation

Recursion

Fun Fractals Trees And More! Made in Processing

Fractal Trees

This is a simple demo of recursive fractal trees in processing!

(This demo looks significantly better if you run the program in processing, due to the low quality of the gif)

Fractal Trees

Abnormal Fractal Trees

This is a demo of two types of more complex fractal trees. One tree can split into many branches, not just two. The other can have each branch split at a different angle.

Abnormal Fractal Trees

Sierpinski Carpet

This is a demo of a recursively generated sierpinski carpet!

(The larger the size of the window, the more detailed the image!)

Sierpinski Carpet

Sierpinski Triangle

This is a demo of a recursively generated sierpinski triangle!

Sierpinski Triangle

Tower Of Hanoi

This is a demo of a recursive solution to the Tower of Hanoi problem.

Tower of Hanoi