もいっちょっ

ケミカルガーデンもどき。

startshape Garden

background { saturation 1 hue 220 a -0.8 }

rule Garden {
	4* { x 4.0 y 1.0 } {
		4* { x 6.0 } {
			6* { hue 60 } {
				Seed0 { b 0.5 saturation  0.6 }
			}
		}
	}
}

rule Seed0 {
	Seed { x -0.4 }
}
rule Seed0 {
	Seed { x -0.9 y -0.9 }
}
rule Seed0 {
	Seed { y -0.4 }
}

rule Seed 0.1 {
	CIRCLE {} 
}
rule Seed 2 {
	CIRCLE {}
	Seed { x 0.2 y 0.6 s 0.99 a -0.01 }
}
rule Seed 2 {
	CIRCLE {}
	Seed { x -0.2 y 0.6 s 0.99 a -0.01 }
}
rule Seed 0.05 {
	CIRCLE {}
	Seed { x 0.2 y 0.6 s 0.99 a -0.02 }
	Seed { x -0.2 y 0.6 s 0.99 a -0.02 }
}


これはもーちょっと弄ってみれば見られるようになるかなぁ……