Happy little accident.

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
kaosfere
Posts: 4
Joined: Mon Jul 11, 2005 11:27 am

Happy little accident.

Post 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.

Post Reply