Spiral Drawings

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

Spiral Drawings

Post by LaT3x »

Enjoy it :)

Code: Select all

startshape start

rule start 1
{
  lines1 {}
  lines2 {x 9}
  start {  r 90 s .5 b .01}
}
rule start
{
  start {  x 100 r 45 s 1.5 }
}
rule start
{
  start {  y -100 r -45 s 1.5 }
}

rule lines1
{
  line { }
  lines1 { x 4 r 10 s .99 }
}
rule lines2
{
  line { }
  lines2 {  x -8 r 10 s .99 }
}
rule line
{
  CIRCLE { }
  line { x 1 s 0.99 b 0.01 }
}
Image

User avatar
UglyPuppy
Posts: 12
Joined: Thu Jul 07, 2005 2:33 pm
Location: here
Contact:

Post by UglyPuppy »

oooh... nifty.

megaduck0
Posts: 13
Joined: Wed Jul 06, 2005 3:36 pm

Post by megaduck0 »

very nice! yet... strangely dangerous

Post Reply