Drawing L-System Fractal Plants with Processing
The following Processing program uses a well-known L-System (see this Wikipedia page for more information) to “grow” a realistic looking plant with fractal structure. Below is a video of the frames generated by the program followed by the code that created it. import java.util.Stack; // I use java Stack objects // written by Jeff –