Page 1 of 1

Happy little accident.

Posted: Mon Jul 11, 2005 11:29 am
by kaosfere
I've been doing some very basic fiddling with ContextFree during my idle moments at work for a few days. Today I was starting to work on some basic shape atoms for my first larger project. I stumbled across this attractive little image at one point:

Code: Select all

startshape Spiral

rule Ring {
    CIRCLE{}
    CIRCLE{ s .9 b 1}
}

rule Concentrics {
    Ring {}
    Concentrics { s .6 }
}

rule Spiral {
    Concentrics {}
    Spiral { r 10 s .8 x .1}
}
Not stunning, but defintely not what I was expecting.