|
|
|
|
|
|
Posted: Sun Feb 03, 2008 5:18 pm
haha azhael, en el processing es mas facil el hola mundo que en el vvvv String kk; kk = "hola mundo"; println(kk)
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Sun Feb 03, 2008 8:53 pm
Dunadan haha azhael, en el processing es mas facil el hola mundo que en el vvvv String kk; kk = "hola mundo"; println(kk) en el processing solo eh trabajado figuras no sabia que el texto fuera tan facil confused juega con el vvvv asi me enseñas whee
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Sun Feb 03, 2008 9:06 pm
|
|
|
|
|
|
|
Posted: Sun Feb 03, 2008 10:55 pm
shanfle, que entretenido es processing azhael mira lo que hice /* Titulo: Primeros pasos Diseño Multimedia: Processing 0135 beta Autor: Jorge Valencia */
int ancho,largo,tamano,tamano2; float recolor, recolor2; void setup(){ size(400,400) ancho = width; largo = height; tamano = 10; tamano2 = 30;
loop() }
void draw(){ background(recolor) ancho = (ancho-1) largo = (largo-1) colorMode(RGB,255) fill(recolor2) rect(ancho,largo,tamano,tamano) rect(width-ancho,height-largo,tamano,tamano) rect(ancho,((height-largo)-tamano),tamano,tamano) rect(((width-largo)-tamano),largo,tamano,tamano) triangle(width,width-(tamano*2),width,height-tamano,width-tamano,height-tamano) triangle(width-(tamano*2),height,width-tamano,height,width-tamano,height-tamano) triangle(width-(width-tamano),height-height,width-(width-tamano*2),height-height,width-(width-tamano),height-(height-tamano)) triangle(width-width,height-(height-tamano),width-width,height-(height-tamano*2),width-(width-tamano),height-(height-tamano)) triangle(width-(tamano*2),height-height,width-tamano,height-height,width-tamano,height-(height-tamano)) triangle(width-tamano,height-(height-tamano),width,height-(height-tamano),width,height-(height-tamano*2)) triangle(width-width,height-(tamano*2),width-width,height-tamano,width-(width-tamano),height-tamano) triangle(width-(width-tamano),height-tamano,width-(width-tamano),height,width-(width-tamano*2),height) rect(width-width,height-height,tamano,tamano) rect(width-tamano,height-height,tamano,tamano) rect(width-tamano,height-tamano,tamano,tamano) rect(width-width,height-tamano,tamano,tamano) line(width-(width-tamano),height-(height-tamano),width-tamano,height-tamano) line(width-(width-tamano),height-tamano,width-tamano,height-(height-tamano)) circulos() if (ancho < 0){ setup() }else if(ancho == width/2){ recolor = random(1,255) recolor2 = random(1,255) colorMode(HSB,100) stroke(recolor,recolor2) }else if(ancho == 0){ recolor = random(1,255) recolor2 = random(1,255) colorMode(HSB,100) stroke(recolor,recolor2) } }
void circulos(){ color orange = color(204, 102, 0) fill(orange) ellipse(width/2,height/2,tamano2,tamano2) } mañana haré una cosa que siga una linea asi como un laberinto biggrin
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 3:14 am
hey, hola gente, aqui yo despues de un fin de semana del mal en que lo pase la raja pero me quemé y morí de calor a destajo... En fin, ayer fui a pomaire (si, de lo mas adrenalínico eso) y compre cientos de cosas bellas (como es posible que la plata se vaya asi de rapido y una ni se entere!!?).
y eso.. hoy de vuelta a la pega y contando los dias para mis vacaciones..
uh.. leí algo de un futuro sin hombres!!?? jaja alguna vez le planteamos esa teoria a mi profe de biologia y solo se cagó de la risa... en fin.. si al final los hombres sólo son cacho XD (tirandome a todos los representantes del genero encima)
y eso poh ^^
saludos
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 5:48 am
domokun domokun tengo hambre.... pero no quiero comer hasta q sea hora de almuerzo
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 8:27 am
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 12:01 pm
Dunadan Swing * 30 mts de altura. * medidas de seguridad sobredimensionadas. * a máxima velocidad la persona pasa a 2 mts del suelo. * increible vista de santiago. Perdona la ignorancia, pero qué es Swing?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 12:21 pm
 espero que responda tus dudas
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 5:07 pm
3nodding volvi XD bastante interesante lo que hiciste ?el que se atrase un vértice es accidental o lo quisiste asi?
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 5:18 pm
es accidental, resulta que tuve que sincronizar los vertices, por el tamaño del cuadrado, pero al sincronizar eso (las esquinas) se desincroniza el asunto. si no lo sincronizo el cruce de cuadrados es perfecto.
alguien sabe cuanto cuesta un curso de fotografia asi bueno bueno?
|
 |
 |
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 5:56 pm
aplico corrección rect(ancho-tamano,largo-tamano,tamano,tamano) // abajo derecha rect(width-ancho,height-largo,tamano,tamano) // arriba izq rect(ancho-tamano,((height-largo)),tamano,tamano) // arriba derecha rect(((width-largo)),largo-tamano,tamano,tamano) // abajo izq fue error matematico mio. adoro esta wea
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 6:00 pm
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 6:40 pm
gonk eh creado un monstruo
|
 |
 |
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 04, 2008 6:55 pm
estoy pensando en comprarme unos libros en usa, me complica el envio no mas pke no tengo experiencia (casilla y webas)
|
 |
 |
|
|
|
|
|
|
 |
|
|
|
|
|