• fullscreen
  • Miro_estatico.pde
  • //Autor: Pedro Sanoja
    //IDEP 2010
    //Modulo: Processing
    //Cuadro de Miro Estatico
    
    PImage bg;                   
    
    
      size(640,460);
      frameRate(25); 
      noStroke();
      smooth();  
      //bg = loadImage("miro.png"); 
      
      fill(40,100,20);
      ellipse(156, 44, 20, 20);    //Verde!
      fill(28,14,237);
      ellipse(98, 210, 20, 20);    //Azul!
      fill(170,38,38);
      ellipse(451, 160, 27, 27);
      fill(20,30,20);
      ellipse(556, 105, 22, 22);
      fill(30,40,30);
      ellipse(610, 185, 22, 22);
      
      //LINEA
      fill(0);
      rotate(-0.08);
      rect(-30,270,880,50); 
      fill(50,50,50);
      rect(-40,310,880,350); 
     
      //ELIPSES 2
      
      fill(245,92,2,80);
      ellipse(429, 407, 32, 32);
      fill(134,62,2,50);
      ellipse(135, 419, 27, 27);
      filter(BLUR, 3);             //Animar Blur
      
      fill(170,38,38);
      ellipse(300, 129, 310, 190); //Big one!
      
    
    

    code

    tweaks (0)

    about this sketch

    This sketch is running as Java applet, exported from Processing.

    license

    advertisement


    Pedro Sanoja

    Miro Estatico

    Add to Faves Me Likey@!
    You must login/register to add this sketch to your favorites.

    Miro estatico

    You need to login/register to comment.