View allAll Photos Tagged generative
Jen Stark and your beatiful art was my inspiration.
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).
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
Using the methodology of L-system’s computation, I have developed scripts that build systems of branch bifurcation. This time, it addresses the problem of (non-recursive) iteration.
// 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
"Desperta" (Wake Up) is an audioreactive abstract video-poem based on the poetry book "Poemes a Nai" written by the Majorcan poet Miquel Angel Riera.
Its visuals and animation has been coded using Java + Processing + Minim, and it uses FFT audio analysis to animate the oscillation, volume, size and colors from a generative blanket.
Music was composed by the band "En Dejú" intentionally for an exhibition titled "Reversos" (Re-verses) based on poems written by the poets M.A. Riera and Jaume Vidal Alcover. It took place in the museum "Torre de Ses Puntes" (Manacor) in 2016 October.
A little generative art piece.
More of my artwork can be found in my online portfolio
and some prints are available
From Eclipse the file is exported in dxf format and imported in Rhino. There with rhinoscript all the lines are transformed into tubes and through user's input, connections are created in every node.
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}
}