This is a simple recursion script with pretty nice results. The idea comes from Marc Fornes’ experiments with the same technique. This script creates a recursive equilateral triangle sequence. As an input the script asks for an edge length, incident angle, and the number of iterations. Download the Script Recursion by Luis Gil […]
I got the idea for this skecth by from some of the work of Casey Reas in Processing. The sketch consists of a number of circles which move about the working area. If two or more sphere collide, each one gradually takes on the direction of the other until each elements respective directional momentum seperates […]