Crazy Spider

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
LaT3x
Posts: 68
Joined: Wed Jul 06, 2005 3:11 pm
Location: Madrid, Spain

Crazy Spider

Post by LaT3x »

Code: Select all

startshape ARANA

rule ARANA
{
  A{ r -85 }
  B{ r 95 }

  A{ r -85 s .9 }
  B{ r 95  s .9 }

  A{ r -85 s .6 }
  B{ r 95  s .6 }

  A{ r -85 s .3 }
  B{ r 95  s .3 }

  CIRCLE { s 10 }
  CIRCLE { b .9 x -1 y -1 }
  CIRCLE { b .9 x 0 y -1 }
}

rule A
{
  CIRCLE { s .5 }
  A { y 1 s .99 b .003 r .7}  
}
rule A .045
{
  SQUARE{}
  A { y 1 s .99 b .003 r -45}  
}


rule B
{
  CIRCLE { s .5 }
  B { y 1 s .99 b .003 r -.7}  
}
rule B .045
{
  SQUARE{}
  B { y 1 s .99 b .003 r 45}  
}

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

yeah, truly impressive !

User avatar
lagroue
Posts: 114
Joined: Wed Jul 06, 2005 11:33 pm
Location: Paris, France
Contact:

Post by lagroue »

This is more productivity-killer than google maps....

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

Post by LaT3x »

hehehehe really ;)

robo git
Posts: 47
Joined: Sat Jul 09, 2005 11:36 pm
Location: looking for his marbles
Contact:

Post by robo git »

This is really cute!

But he needed googley-eyes:

Code: Select all

....

rule ARANA
{
  A{ r -85 }
  B{ r 95 }

  A{ r -85 s .9 }
  B{ r 95  s .9 }

  A{ r -85 s .6 }
  B{ r 95  s .6 }

  A{ r -85 s .3 }
  B{ r 95  s .3 }

  CIRCLE { s 10 }
  eye { x -1 y -1 }
  eye { x 0 y -1 }
}

rule DrawPupil 3 {
     CIRCLE { s .3 y 0.4 }
}

rule DrawPupil 3 {
     CIRCLE { s .3 y 0.3 }
}

rule DrawPupil 3 {
     CIRCLE { s .3 y 0.2 }
}

rule DrawPupil 3 {
     CIRCLE { s .3 y 0.1 }
}

rule DrawPupil 2 {
     CIRCLE { s .3 }
}

rule Pupil 1 {
     DrawPupil { }
}

rule Pupil 80 {
     Pupil { r -10 }
}

rule eye {
	CIRCLE { b .9 }
	Pupil {}
}

....

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

Post by LaT3x »

hehehehe
really funny ;)

Post Reply