Posts Tagged ‘generator’
TradeMark_Electric_Painting
Link to source code and online java applet: http://openprocessing.org/visuals/?visualID=11064 Trademark_Electric_Painting is an examination of corporate colour coding and advertising practice. The act of a colour-ownership is synonymous with the capitalist mode of mass production – a useful tool in infiltrating the subconscious of a target audience throughout a campaign of reminder advertising. This project subverts […]
Filed under: Generative | 1 Comment
Tags: brands, Design, generator, processing
A documentation of an installation test of Fibonacci Music now online at vimeo. Basic rule system: int scale = 15; //how many notes in the scale, must be greater than zero F(n) = F(n-1) + F(n-2); //recursive fibonacci algorithm F(0) = 1; //seed value F(1) = 1; //seed value return result; //variable to store current […]
Filed under: Audio, Documentation, Generative | Leave a Comment
Tags: fibonacci, generator, processing, pure data
Generative logo for Exchange Dublin: a NodeNet responding to simple physics engine. Check it out in its habitat @ http://exchangedublin.ie/newsite/ Or view the source, Luke, @ http://www.openprocessing.org/visuals/?visualID=7993
Filed under: Design, Experiments, Visualisation | Leave a Comment
Tags: exchange, generator, processing
Computer Randomness
if (random(0, 1.0) < 0.5){ return true; } Very simple computer randomness test: if computer selects a number between 0.5-1, a black square is drawn. Else, a filled square is drawn.
Filed under: Experiments, Generative | Leave a Comment
Tags: generator, processing, Visualisation
City Generator
Images from processing sketch using fractals to draw city structures. The code draws two identical cities, but positioned in reflection to one another: day changes to night, and the cities can be explored through interactions with the mouse. In Italo Calvino’s novel Invisible Cities, he describes a city called Valdrada: “The ancients built Valdrada on […]
Filed under: 3d, Architecture, Generative | Leave a Comment
Tags: generator, processing
Fractal Generator
Processing sketch that generates randomised 3d fractal forms. Uploaded to openprocessing for your procrastinating pleasure. http://openprocessing.org/visuals/?visualID=6830
Filed under: 3d, Experiments, Generative, Visualisation | Leave a Comment
Tags: generator, Interaction, processing
Rough clip illustrating the IR Distance Sensor on rotating assembly sending data to computer.
Filed under: Documentation, Visualisation | Leave a Comment
Tags: arduino, generator, processing, radius music
Radius Music 2
Second in Radius series.
Filed under: Audio, Generative, Visualisation | Leave a Comment
Tags: Audio, generator, max, msp, Nodebox, osc, radius music, sound
Radius Music 1
Digital version of current project. Path rendered in Nodebox, distance between centrepoint and path calculated then sent via OSC to Max/MSP for sound output. More versions to follow.
Filed under: Audio, Documentation, Generative | Leave a Comment
Tags: generator, max, msp, Nodebox, osc, sound
