Age of the machines

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
User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Age of the machines

Post by lagroue »

Dedicated to sqrt(2)

Image

Code: Select all

startshape net

// two rules only for bright variation
// angles other then 90 give some julia things...
rule net {
	expand { }
	dot { }
	net { x 1 r 90 s 0.71 b 0.5} // actual sqrt(2) leaves gaps at the infinite...
	net { x -1 r 90 s 0.71 b -0.5}
}
rule net {
	expand { }
	dot { }
	net { x 1 r 90 s 0.71 b -0.5}
	net { x -1 r 90 s 0.71 b 0.5}
}

rule expand {
	arm { s 0.1 }
	arm { s 0.1 r 180 }
}

// three rules for less perspective

rule dot {
	CIRCLE { s 0.4 }
}
rule dot 0.7 {
	CIRCLE { s 0.565685424949 }
}
rule dot 0.2 {
	CIRCLE { s 0.8 }
}

rule arm {
	SQUARE { }
	SQUARE { x 1 }
	SQUARE { x 2 }
	SQUARE { x 3 }
	SQUARE { x 4 }
	SQUARE { x 5 }
	SQUARE { x 6 }
	SQUARE { x 7 }
	SQUARE { x 8 }
	SQUARE { x 9 }
	SQUARE { x 10 }
}

User avatar
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

Post by LaT3x »

Nice :)
Similar to Matrix or Pi films :).... ummmm :roll: .... I think that we can do a matrix scene :)

boork
Posts: 14
Joined: Fri May 06, 2005 9:14 am
Location: london
Contact:

Post by boork »

wow, this is really awesome, would be so nice to print out a huge one of these...
when everything is connected, for better or for worse, everything matters.

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post by MtnViewJohn »

Try the Cafe Press: http://www.cafepress.com/cp/info/ You can create a 5,000 x 7,000 image and print it at 200dpi on a 25" x 35" poster.

Post Reply