View allAll Photos Tagged generative

A generative typography using differential line growth.

structure synth / sunflow

A generative typeface created using multi-scale Turing - McCabe patterns.

Here's another example of output from my ruby script to generate Structure Synth Rules. I added the sphere lights in later though.

  

// EisenScript

set maxdepth 10

h2

rule h2 maxdepth 4 > h1 {

{ sat 0.7 sat 0.9 z -1.2 ry 212 s 0.6327 s 0.5837 hue 103 b 0.5 sat 0.7 } h2

{ z -1.9 sat 0.8 } h2

{ hue 83 hue 193 ry 281 s 0.7324 0.5133 0.4209 b 0.6 hue 310 sat 0.8 } h2

{ hue 323 x -0.2 rz 154 s 0.5982 z -0.6 s 0.5399 0.9557 0.2688 hue 198 rz 0 sat 1.0 sat 1.0 } h2

{ s 0.5859 1.4732 0.9997 hue 8 } h2

h1

}

rule h1 {

{ s 0.8547 sat 1.0 x 1.4 s 0.7198 s 1.3340 1.3824 0.4040 } box

{ sat 0.5 rz 20 hue 315 z 1.5 b 0.8 hue 125 s 0.9830 s 0.7749 0.2283 1.4698 } box

{ rx 288 b 0.7 z -1.1 hue 238 sat 0.8 rx 36 } box

{ hue 236 hue 350 rz 103 } box

}

 

4 * {z -2} 1 * { x 1 color #fff } sphere

   

Generative pattern

Sitting on a ledge at the Cliffs of Moher in Ireland. Self-portrait generated with javascript and canvas2d. Same process as on haptic-data.com homepage.

Generative art made with Adobe Flash. High resolution available for Giclée print.

 

Arte gerada através de algoritmos em Adobe Flash. Alta resolução disponível para impressões em photo canvas (Giclée).

First results of a new generative art engine.

Low res for now.

Running twice the process twice.

closeup. the uncropped version has a lot of moire

Generative art piece built with Processing. View the applet at justinlivi.net/dancingsine/

Generative art made with Adobe Flash. High resolution available for Giclée print.

First results of a new generative art engine.

Low res for now.

Created with Context Free using the following script

 

startshape crystals

 

rule crystals {

crystal { h 81.87 sat 0.8642 b 1.0000 }

crystal { h 81.87 sat 0.8642 b 1.0000 r 90}

crystal { h 81.87 sat 0.8642 b 1.0000 r 180}

crystal { h 81.87 sat 0.8642 b 1.0000 r 270}

}

 

rule crystal {

blob {}

crystal {s 0.5 y 0.75}

crystal {s 0.5 x 0.75}

}

 

rule blob {

SQUARE {}

blob {s 0.9 b - 0.1 r 5}

}

 

github.com/alastairhm/ContextFree

1 2 ••• 26 27 29 31 32 ••• 79 80