Mosaic

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

Mosaic

Post by LaT3x »

A friend, told me a mosaic that he write in his notebook....
It's so simple but interesting

Code: Select all

startshape mosaico

rule mosaico
{
  SQUARE {s 20 1}
  mosaico {r 90 x -10 s .7}
  mosaico {r 90 x 10 s .7}
}

PatternGuru
Posts: 8
Joined: Tue Jul 12, 2005 11:05 am
Location: Netherlands

Post by PatternGuru »

Hilbert curve, right...?

PatternGuru
Posts: 8
Joined: Tue Jul 12, 2005 11:05 am
Location: Netherlands

Post by PatternGuru »

Oh no, not quite, but sort of similar.
I should employ a quick Google before posting things like this.
:wink:

User avatar
aaronstj
Posts: 66
Joined: Wed Jul 06, 2005 11:34 am
Location: Seattle

Post by aaronstj »

Neat. Looks alot like lagroue's Age of the Machines.

romulusnr
Posts: 13
Joined: Wed Jul 06, 2005 2:50 pm
Location: Seattle

Post by romulusnr »

Try size of 0.7071, it will bring the four sections in tighter together such that all segments line up orderly.

Post Reply