View allAll Photos Tagged Generative
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}
}
im starting to use the open source software processing (processing.org) to create images. its a lot of fun.
a spin off from ga05. this straight lines, that take the form of a square.
Geometric Flower -- generative artwork detail.
One of my pieces currently in the "Tiny" show at STUDIO Gallery, here in San Francisco.
---------------------------------------------------------------------------
More of my artwork can be found in my online portfolio
and some prints are available
Created with Context Free using the following script
startshape gems
rule gems{
8 * {r 45} gem {}
}
rule gem{
crystals {}
gem { s 0.8 r 10 x 2.5}
}
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}
}