Page 1 of 1

Trippy...

Posted: Sat Jul 09, 2005 7:51 am
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]