Growth
Angle
Wind
Animate
This draws a fractal using L-systems found from
Wikipedia
using the rules X=>F+[[X]-X]-F[-FX]+X; F=>FF. Also applies a "wind" wave with a specified intensity. In code, the L-system can be easily changed to any other ruleset.