Simple Rainbow

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
TheClincher
Posts: 1
Joined: Tue Jan 09, 2007 11:06 pm
Location: California
Contact:

Simple Rainbow

Post by TheClincher »

I just got this program a few hours ago. Pretty neat! I was just messing around with it. I got this:

Image

Code: Select all

startshape COLONIZE

rule COLONIZE {
	200*{x 1 h .9} COLONIZE2{}
}

rule COLONIZE2 {
	SQUARE{h 0 sat 1 b 1}
	200*{y 1 h .9} CULTURE{}
}

rule CULTURE {
	SQUARE{hue 1 sat 1 b 1}
}

Post Reply