News

This draws a fractal similar to the Horn demo fractal. The fam.square is a function that takes arguments size and depth and draws a square using turtle commands (each side should be size steps long, ...
For simplicity, I chose to animate recursive functions using trees. Properties of the recursion tree visualizations are: Each node represents a single recursive function call. The height of the ...