Family of Octopuses (octopi?)

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
User avatar
chris
Site Admin
Posts: 72
Joined: Wed May 04, 2005 10:57 am
Location: New York, NY
Contact:

Family of Octopuses (octopi?)

Post by chris »

Image

startshape family

rule family {
octopus {}
family {x 10 y 2 s 0.3 r -10}
family {x 0 y 10 s 0.3 r 10}

}

rule octopus {
octopus_leg1 {r 90 s 0.7}
octopus_leg1 {r 100}
octopus_leg1 {r 80}
octopus_leg1 {r 110}
octopus_leg2 {r 270 s 0.7}
octopus_leg2 {r 280}
octopus_leg2 {r 260}
octopus_leg2 {r 290}
CIRCLE {s 5 x 2 y 2}
CIRCLE {s 5 x 2.5 y 2.5}
CIRCLE {s 5 x 3 y 3}
CIRCLE {b 1 x 1 y 3}
CIRCLE {b 1 x 3 y 2}
CIRCLE {s 0.7 x 1.1 y 2.9}
CIRCLE {s 0.7 x 2.9 y 1.9}
}

rule octopus_leg1 {
unit {}
octopus_leg1 {x 1 y 1 r 10 s 0.95}
octopus_leg1 {s 0.2 x 1 y 1 r 90}
}

rule octopus_leg2 {
unit {}
octopus_leg2 {x 1 y 1 r -10 s 0.95}
octopus_leg2 {s 0.2 x 1 y 1 r 90}
}

rule unit {
seed {}
seed {r 90}
}

rule seed {
CIRCLE {x -0.5}
SQUARE {}
CIRCLE {x 0.5}
}
Current Project: I'm creative director of OKCUPID at http://www.okcupid.com

David Spitzley
Posts: 21
Joined: Fri May 06, 2005 10:01 am

Post by David Spitzley »

Pretty spiffy. If I add it to my collection, though, I'll probably trim it down to one octopus.

Post Reply