GlimmerLabs / gigls

The Glimmer Improved Gimp Library for Scripting
2 stars 2 forks source link

Speed up turtles #28

Open rebelsky opened 9 years ago

rebelsky commented 9 years ago
  1. Add the turtle-forward-quick! procedure from the project tips page.
  2. Add a log of (x,y) coordinates to a turtle.
  3. Add a turtle-begin-recording! procedure.
  4. Add a turtle-forward-zoom! procedure (like turtle-forward-log! in the project tips page, but without the log).
  5. Add a turtle-replay! option. Sets the color/brush, then renders the recorded points using gimp-paintbrush default. Mostly, this will be like image-show-log! or image-show-path!.