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. Link: Structure Synth More in depth information: Syntopia blog This is the sourcecode to create the structure shown above: //use seed 42 set background white set maxdepth 30 { ry -90 ...
Avenidas en Calles
The result of playing with Structure Synth while reading a book by Marcus Du Sautoy. Google Maps
Concert Hall 002
De Eisenscript code (gebruik seed 42): set background white set maxdepth 30 { ry -90 b 0.2 } R1 { x 0 y 0 z -0.5 s 1900 1900 1 color #ccc } box Rule R1 { dbox set seed initial { rx 5 } R1 } Rule R1 { dbox { z 0.6 rz ...
Concert Hall 001
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 ...

