Posted on Wednesday 22 August 2007
I’m currently using my train commuting time to read Turtle Geometry and experiment with turtle graphics in AS3. I’ve got a basic turtle graphics class up and running and plan to move on to writing a simple LOGO interpreter to control the turtle along with a flex based IDE to create and archive the logo programs. The only problem I’ve got is to make sure I get on with the coding instead of playing with the turtle, it’s very addictive to keep tinkering with the parameters on a simple set of turtle graphics commands and to be amazed by the outputs. This morning I was playing with a simple turtle geometry circle (go forward 1 unit then turn right 1 degree and repeat 360 times). This is what happens if you create many circles (in random shades of red) with a small turn of the turtle between each new one -
I thought the centre of this image was interesting so I adjusted the parameters to draw very big circles and got the following hypnotic images -



