rss search

next page next page close
thumbnail Avenidas en Calles zoom
next page next page close

Structure Synth

Structure Synth is a cross-platform application for generating 3D structures by specifying a design grammar. Even simple systems may generate surprising and complex structures.

next page next page close

City 001

City 001

Concert Hall 1


De Eisenscript code (gebruik seed 58):

set background white
set maxdepth 30

{ ry -90 b 0.2 } R1
{ x 30 y 30 z -0.5 s 1900 1900 1 color #ccc } box

Rule R1
{
R2
set seed initial
{rx 5} R1
}

Rule R1
{
R2
{z 0.6} R1
}

Rule R1
{
R2
{z 0.1 rz 3 } R1
}

Rule R2
{
{ color #eee s 2 2 0.5 } box
}

Rule R2
weight 0.5
{
{s 0.5 1 1 } R1
}

Rule R2
weight 0.5
{
{s 0.5 2 1} R1
}

 
Concert Hall 1

Concert Hall 1

Concert Hall 1

Creative Commons Contract
This creative work is licensed under a Creative Commons Attribution-NonCommercial 2.0 Belgium License.


thumbnail Avenidas en Calles article post
Structure Synth
Structure Synth is a cross-platform application for generating 3D structures by...
article post

City 001

De Eisenscript code (gebruik seed 58): set background white set maxdepth 30 { ry -90...
article post