Context Free Art
Rotating by random angle: Couldn't you do this?
startshape Begin
background { h 200 sat 1 b 1 }
rule DrawArrow {
SQUARE { x 0.5 size 1 0.075 }
TRIANGLE { x 1 r 30 size 0.2 }
}
rule RandomRotate 360 { RandomRotate {r 1}}
rule RandomRotate {DrawArrow{}}
rule DrawRandomArrows { 30*{ b -0.05 z 1 } RandomRotate { } }
rule Begin { DrawRandomArrows { h 240 sat 1 b 1 } }
I don't think this page is linked to from anywhere prominent. It would be helpful to newbies to add a link to it on the Main Page. I sort of found it by chance.
A Table of Contents for the whole site would be useful.
--Deking101 21:50, 14 August 2007 (PDT)
(I just found a link to it on the CFDG HOWTO page.--Don 21:56, 14 August 2007 (PDT) )