rompecabezas piero





RENDERS

Make a PhotoShow Full Size

PROSPECTIVA

CONCEPTO

CONCEPTO

RECORRIDO URBANO.

MONTAJE ROSARIO LASER 3D

LASERTAG BOGOTA.

PROYECTO LASER

PRUEBAS LASER UNIVERSIDAD

CODIGO LASER MOTION PROCESSING.

// IMPORTAR LIBRERIA OSCP5 - IMPORTAR IMAGEN LOGO.import oscP5.*;import netP5.*;PImage lasermotionn; OscP5 oscP5;NetAddress myRemoteLocation; //VARIABLES. int posX = 0;int posY = 0;int xx=10;int yy=550;float c=random(120);float x = 360;float y = 240;float angle1 = 0.0;float angle2 = 0.0;float segLength = 50;float max_distance; // VARIABLES HERRAMIENTAS Y CONTADOR. int cont = 0;int tools = 0; void setup() { size(720,480); background(0); frameRate(25); // PUERTO DE OSCP5 oscP5 = new OscP5(this,12000); myRemoteLocation = new NetAddress("127.0.0.1",12000);} void draw() { smooth(); // CONTADOR CADA 150 CUADROS POR SEGUNDO CAMBIA LA HERRAMIENTA. cont = cont + 1; print(cont); println(" cuadros"); if(cont >= 150){ println("han pasado 6 segundos"); cont = 0; print("tools = "); println(tools); if(tools < 6){ tools = tools + 1; } else if (tools == 6){ tools = 0; background(0); } } // VELOCIDAD DE UTILIZACION DE CADA HERRAMIENTA - VARIABLE FLOTANTE QUE CAMBIA DE VALOR EN LAS POSICIONES X Y EN Y. float speed = abs(X-posX) + abs(Y-posY); //HERRAMIENTA DISTANCIA 2D CUADRADOS - FONDO. if(tools==0){ noStroke(); fill (random(240),random(23), random(12),random(255)); max_distance = dist(0,0, posX, posY); for(int i=20; i

jueves, 22 de febrero de 2007

Technoculture, edited by Lelia Green and Matthew Allen




Matthew Allen: Desiring the Interface: Introducing technoculture In introducing the eight papers that constitute the theme of technoculture for this issue, I suggest that the diversity in responses to and understandings of the term 'technoculture' is not a weakness but a strength. The diffuse results of technocultural studies reflect the desires for relevance, generality and creation with intellectual discourse which, in technocultural times, enable or require diverse subject matter to be labelled 'technoculture'.
Lelia Green: Technoculture: another term that means nothing and gets us nowhere? This article argues that the term 'technoculture' is frequently used in a woolly manner to refer in a general way to technologies implicated in Western cultures, and to constructions of culture that incorporate technological aspects. The opportunity for the term to convey a specific meaning is lost in the generality of this everyday usage. Arguing from first principles about the nature of technology and culture, the paper suggests that technoculture as a term should be applied to communications technologies that are used in the mediated construction of culture. To be technocultural, the technology concerned must facilitate cultural communication across space and/or time and should, in some way, raise issues of place. Since culture is a construction involving communication and more than one person, technoculture involves the communication of cultural material in technological contexts - which is to say, other than the face-to-face. If this definition were to be adopted, future discussions of technoculture would indicate reference to a technology that allows the construction of culture across space and time.




No hay comentarios.: