80. plugins.lima
— Lindenmayer Systems¶
80.1. Classes defined in module plugins.lima¶
80.2. Functions defined in module plugins.lima¶
- plugins.lima.lima(axiom, rules, level, turtlecmds, glob=None)[source]¶
Create a list of connected points using a Lindenmayer system.
axiom is the initial string, rules are translation rules for the characters in the string, level is the number of generations to produce, turtlecmds are the translation rules of the final string to turtle cmds, glob is an optional list of globals to pass to the turtle script player.
This is a convenience function for quickly creating a drawing of a single generation member. If you intend to draw multiple generations of the same Lima, it is better to use the grow() and translate() methods directly.