π/4

More About This Fractal Art Generator

This fractal art generator takes a line and forks it into two lines that are two-thirds the original length based on the input angle. It does this process recursively until a minimal line-length is reached.

Technical Details And Tutorial On How To Code The Fractal Tree

Coming soon!

How Can I Learn the General Concepts Behind this Fractal Art Generator?

If your are interested to learn more about these concepts, I am linking the relevant resources (that I have written) at the end of this text.

  1. Intro to Recursion
  2. Intro to Fractals
  3. Intro to Infinite Regress