View allAll Photos Tagged generative
detail of 017. the lines are filled with color by randomly choosing a location along the line and drawing a smaller line perpendicular to the larger.
iam preparing for a small generative performance this week. This patch is rendering 3d structures with glitchy texture, and PXN effects.
Screen grab from our artwork 'Lost Calls of Cloud Mountain Whirligigs' view 2, left & right in winter cycle.
Created with Context Free using the following script
startshape gem
rule gem{
crystals {}
gem { s 0.8 r 10 }
}
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}
}
// HACKPACT
// Showcase of 20 brief experiments (sound machines) we coded during november (MMXI).
// All of them explore the sound/graphic co-relation.
// Built with Processing and almost all of the audio with SuperCollider
// More info/detail about our codes here: www.realitat.com/HACKPACT