Structure Synth

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 ...

Sintel

Sintel

Posted by on Dec 31, 2010 in Computergebaseerd Ontwerp, Film, Voorpagina | No Comments

A computer animated short film created with Blender. Free download on Sintel website.

Avenidas en Calles

Avenidas en Calles

The result of playing with Structure Synth while reading a book by Marcus Du Sautoy. Google Maps

Solaris

Solaris

Posted by on Dec 30, 2010 in Computergebaseerd Ontwerp, Film, Voorpagina | No Comments

A troubled psychologist is sent to investigate the crew of an isolated research station orbiting a bizarre planet. Solaris Trailer

Concert Hall 002

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

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 ...