DrawSketch
Draw a simple sketch for the given object
ResourceFunction["DrawSketch"][object] draws a sketch for object. | |
ResourceFunction["DrawSketch"][object,temperature] draws a sketch for object using the given temperature. | |
ResourceFunction["DrawSketch"][object,temperature, maxlen] draws a sketch for object using the given temperature using at most maxlen lines. |
Details and Options
Higher values of temperature lead to more freely drawn sketches.
Examples
Basic Examples
Draw a dog:
In[1]:= |
Out[1]= |
Draw more freely:
In[2]:= |
Out[2]= |
Allow up to 50 lines:
In[3]:= |
Out[3]= |