Artspeak Interpreter
Please report bugs to Ron Schnell at ronnie at driver-aces.com
See user-published programs and their output
Read the
reference guide
Load a .spk file, or use one of the text boxes to write an Artspeak program.
Graph lines:
Off
On
Graph lines:
Off
On Filename:
Use Ramer-Douglas-Peucker algorithm?
Scale to 780 x 780
LET C1 BE CIRCLE CENTER (5,5), RADIUS 1 DRAW C1
Graph lines:
Off
On
LET P1 BE POINT (3,3) LET P2 BE POINT (3,7) LET P3 BE POINT (7,7) LET P4 BE POINT (7,3) LET P5 BE POINT (5,5) LET C1 BE LINE P1, P2, P3, P4, P1 L1 DRAW C1 EXPAND C1 FROM P5 FACTOR .98 L2 ROTATE C1 ABOUT P5, ANGLE 3 REPEAT L1 TO L2, 60 TIMES
Graph lines:
Off
On