Context Free Art

From ArtSoftware

Jump to: navigation, search

"Context Free is a program that generates images from written instructions called a grammar. The program follows the instructions in a few seconds to create images that can contain millions of shapes." - from contextfreeart.org

Example Art

Image:Full_960.jpg

Code for example

startshape start
background{b -1}
rule start {
fadespiral {f 90 b 1}
}
rule fadespiral {
CIRCLE {}
fadespiral {x .9 r -4 s .997 b -.0001 hue .01}
line {r -45 sat 1 hue 200 a -.65}
}
rule fadespiral .05 {
fadespiral {hue .01}
line {r 45 hue 260 sat 1 a -.65}
}
rule fadespiral .01 {
fadespiral {f 90}
}
rule fadespiral .001 {
start {s 4 x 25}
}
rule line {
SQUARE { x .5 s .5 10 b 1}
}

Art by ERIC Creative Commons Attribution 3.0 UnportedImage:88x31.JPG]

External Links

Official Site

Personal tools