my organic life

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
daybreaker
Posts: 1
Joined: Wed Jun 15, 2005 7:13 am
Contact:

my organic life

Post by daybreaker »

my organic life. (my first work in cfdg!)

Code: Select all

startshape ORGANIC

rule ORGANIC {
	GO { s 0.3 r 2 x 0.2 b 0.2 }
	GO { s 0.3 r -3 y 0.5 b 0.2 }
	GO { s 0.3 r 4 x -0.32 b 0.2 }
	GO { s 0.3 r -7 y -0.4 b 0.2 }
	GO { s 0.3 r 9 y 0.1 b 0.2}
	GO { s 0.3 r -12 x -0.1 b 0.2}
}

rule GO 0.8 {
	CIRCLE {}
	GO { s 0.997 r 5 x 0.1 y 0.1 b 0.001 }
}

rule GO 0.4 {
	CIRCLE {}
	GO { s 0.997 r 20 x 0.1 y 0.1 b 0.001 }
}

rule GO 0.3 {
	CIRCLE {}
	GO { s 0.997 r -20 x 0.1 y 0.1 b 0.001 }
}

rule GO 0.9 {
	CIRCLE {}
	GO { s 0.997 r -5 x 0.1 y 0.1 b 0.001 }
}

Post Reply