Trippy...

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
disorderfeed
Posts: 1
Joined: Sat Jul 09, 2005 7:46 am
Location: Wales
Contact:

Trippy...

Post by disorderfeed »

I've been playing with context free for a few days now. I was experimenting with a few spiral shapes when I came up with this:

Code: Select all

startshape TRIPPY

rule TRIPPY {
	SWIRL { }
	SHADEDCRCL { }
}

rule SWIRL {
	SHADEDCRCL { }
	SWIRL { x 8 s 0.999 r 57}
}


rule SHADEDCRCL {
	CIRCLE { }
	SHADEDCRCL {  b 0.01 
					s 0.99
					x -0.001
					y 0.001 }
}
Try staring into the centre of it (one eye works better than two, I've found). Now that's weird.
[/code]

Post Reply