<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>PROCESSING by Dolores García Medina</title>
      <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2023-04-25 11:08:33 UTC</pubDate>
      <lastBuildDate>2023-11-27 21:06:41 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>INSTRUCCIONES BÁSICAS DE PROCESSING</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567076161</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/e85a69ae11f459bc24ee0ebcc95479c2/Instrucciones_basicas_de_processing.pdf" />
         <pubDate>2023-04-25 11:09:05 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567076161</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567097471</link>
         <description><![CDATA[<div>size(500, 500);<br>background(255, 255, 255);<br>stroke (255, 0, 255);<br>line(0, 500, 500, 0);<br>stroke (255, 0, 255);<br>line(0, 0, 500, 500);<br>stroke (255, 0, 255);<br>fill (255, 0, 0);&nbsp;<br>quad(300, 50, 200, 50, 200,<br>150, 300, 150);<br>stroke (255, 0, 255);<br>fill (255, 255, 0);&nbsp;<br>triangle(125, 200, 175, 287, 75, 287);<br>stroke (255, 0, 255);<br>fill (0,255,0);&nbsp;<br>ellipse(375, 244, 100, 50);<br>fill (0,0,255);&nbsp;<br>bezier(150, 400, 150, 300,<br>350, 500, 350, 400);&nbsp;</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/92fc17630ff5954699c5d49a26230c37/Captura_de_pantalla_2023_10_10_122439.png" />
         <pubDate>2023-04-25 11:30:33 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567097471</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567098736</link>
         <description><![CDATA[<div>size(500, 500);<br>background(255, 255, 255);<br>noFill();<br>rect(10,10,40,30);<br>line(10,10,50,40);<br>line(10,40,50,10);<br>noFill();<br>triangle(30, 0, 50, 10,<br>10, 10);<br>noFill();<br>triangle(100, 10, 170, 60,<br>60, 60);<br>ellipse(250, 250, 40, 80);<br>noFill();<br>ellipse(250, 250, 80, 40);<br>noFill();<br>quad(200, 10, 220, 30, 180,<br>30, 200, 50);</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/545ff78b7e2e7762b872535b93c9c602/image.png" />
         <pubDate>2023-04-25 11:31:55 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567098736</guid>
      </item>
      <item>
         <title>VOID SETUP Y VOID DRAW</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567108306</link>
         <description><![CDATA[<p>void setup() {</p><p>&nbsp;&nbsp;size(300, 300);</p><p>}</p><p>&nbsp;</p><p>void draw() {</p><p>&nbsp;&nbsp;line(0 ,0, width, height);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/8e3edc4fb84df02ba6c52e96476368af/28615931701_94783b77e6_o.png" />
         <pubDate>2023-04-25 11:41:47 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567108306</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567108808</link>
         <description><![CDATA[<p>void setup() {</p><p>&nbsp;&nbsp;size(300,300);</p><p>}</p><p><br></p><p>void draw() {</p><p>&nbsp;&nbsp;background(255);</p><p>&nbsp;&nbsp;line(0, 0, mouseX, mouseY);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/1cf7197b3a656c8dc120b1e29586cb77/28693525155_e99e31620c_o.png" />
         <pubDate>2023-04-25 11:42:20 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567108808</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567109086</link>
         <description><![CDATA[<p>void setup() {</p><p>&nbsp;&nbsp;size(300,300);</p><p>}</p><p><br></p><p>void draw() {</p><p>&nbsp;&nbsp;line(0, 0, mouseX, mouseY);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/8e89c15038b9c66edd5d5dd69dd0b28b/28693525075_c43fb6f199_o.png" />
         <pubDate>2023-04-25 11:42:41 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2567109086</guid>
      </item>
      <item>
         <title>ARCOS</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2748963688</link>
         <description><![CDATA[<div>size(500,500);<br>background(255, 255, 255);<br>fill(200,200,200);<br>arc(50,50,50,50,-QUARTER_PI, QUARTER_PI);<br>fill(200,200,200);<br>arc( 150,150,50,50,radians(0), radians(270));<br>fill(255,0,128);<br>stroke(255,0,0);<br>arc(100,50,100,50,-QUARTER_PI, QUARTER_PI);<br>fill(255,0,128);<br>arc( 300,150,50,7,radians(50), radians(270));</div>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/f9f5954b11460d8d93020076307339de/Captura_de_pantalla_2023_10_17_170332.png" />
         <pubDate>2023-10-16 14:46:22 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2748963688</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778359860</link>
         <description><![CDATA[int GRIS_CLARO = 150;
size (200, 200);
background (GRIS_CLARO);
String ENUNCIADO = "Calcula el area del cuadrado";
String RES = "EL AREA DEL CUADRADO ES";
int MEDIDA = 20;
int RESULTADO = MEDIDA * MEDIDA;
textSize(10);
print (ENUNCIADO);
print (RESULTADO);
text (RESULTADO, 10, height/2);
text (RES, 10, MEDIDA);]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/069f715ba323b18ec7bd5eca37689eef/Captura_de_pantalla_2023_11_06_180544.png" />
         <pubDate>2023-11-06 17:05:57 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778359860</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778361150</link>
         <description><![CDATA[<p>int Radio = 25;</p><p>float Longitud = 0;</p><p>float Area = 0;</p><p>int GRIS_CLARO = 150;</p><p>String Respuesta = " La longitud y el área de la circunferencia son: ";</p><p>size (200, 200);</p><p>background (GRIS_CLARO);</p><p>Longitud = 2* PI * Radio;</p><p>Area = PI* Radio * Radio;</p><p>textSize(10);</p><p>print (Respuesta);</p><p>println (Longitud);</p><p>print (Area);</p><p>text (Respuesta, 10, 50);</p><p>text (Longitud, 10, 70);</p><p>text (Area, 10, 90);</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/91cfb45af608cf020f4445c5580ffcad/Captura_de_pantalla_2023_11_06_180631.png" />
         <pubDate>2023-11-06 17:06:56 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778361150</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778368619</link>
         <description><![CDATA[fill(0, 255, 0);

//draw the head
ellipse(width*.5, height*.5, width*.75, height*.75);

//white
fill(255,255,255);

//draw the eyes
ellipse(width*.375, height*.425, width*.15, height*.1);
ellipse(width*.625, height*.425, width*.15, height*.1);

//black
fill(0,0,0);

//draw the pupils
ellipse(width*.375, height*.425, width*.05, height*.05);
ellipse(width*.625, height*.425, width*.05, height*.05);

//red
fill(255, 0, 0);

//draw the mouth
arc(width*.5, height*.625, width*.4, height*.25, 0, 3.14);
line(width*.3, height*.625, width*.7, height*.625);]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/be9e237de421b87eebfd3f33ac1cd748/smiley_face_1.png" />
         <pubDate>2023-11-06 17:12:13 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778368619</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778386339</link>
         <description><![CDATA[<p>int i=0;</p><p>void setup() {</p><p>size (400,400); </p><p>background(255,0,0);</p><p>stroke(0,255,0);</p><p>}</p><p>void draw(){</p><p>delay(50) ;</p><p>line(20,380-i,380,380-i); </p><p>i++; </p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/c107d37faaf9b55bf25e579b345050b8/Captura_de_pantalla_2023_11_06_182313.png" />
         <pubDate>2023-11-06 17:24:50 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778386339</guid>
      </item>
      <item>
         <title>VARIABLES, OPERADORES SUMA</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778386654</link>
         <description><![CDATA[int a = 42;
int b = 21;
int c = a+b;
print (c);]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:24:58 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778386654</guid>
      </item>
      <item>
         <title>VARIABLES OPERACIONES RESTA</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778388393</link>
         <description><![CDATA[<p>int a = 20;</p><p>int b = 42;</p><p>int c = a-b;</p><p>print (c);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:25:48 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778388393</guid>
      </item>
      <item>
         <title>VARIABLES OPERACIONES DIVISIÓN</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778391728</link>
         <description><![CDATA[<p>float a = 4;</p><p>float b = 10;</p><p>float c = a/b;</p><p>print (c);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:28:12 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778391728</guid>
      </item>
      <item>
         <title>VARIABLES OPERACIONES MULTIPLICACION</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778393024</link>
         <description><![CDATA[<p>int a = 4;</p><p>int b = 10;</p><p>int c = a*b;</p><p>print (c);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:29:12 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778393024</guid>
      </item>
      <item>
         <title>VARIABLES OPERACIONES INCREMENTO</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778394699</link>
         <description><![CDATA[<p>int a = 4;</p><p>a ++;</p><p>print (a);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:30:34 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778394699</guid>
      </item>
      <item>
         <title>VARIABLES OPERACIONES DECREMENTO</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778395381</link>
         <description><![CDATA[<p>int a = 4;</p><p>a --;</p><p>print (a);</p>]]></description>
         <enclosure url="" />
         <pubDate>2023-11-06 17:31:10 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778395381</guid>
      </item>
      <item>
         <title>BUCLES E ITERACIONES</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778428611</link>
         <description><![CDATA[<p>void setup() </p><p>{</p><p>size(300, 300);</p><p>background(128,64,0);</p><p>fill(0,255,0);</p><p>for (int x = 25; x &lt;= 275; x += 50) {</p><p>  for (int y = 25; y &lt;= 275; y += 75) {</p><p>    ellipse(x, y, 25, 25);</p><p>  }</p><p>}</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/bbec6bbf41649cd27b91f62a3d620c0b/Captura_de_pantalla_2023_11_20_122052.png" />
         <pubDate>2023-11-06 17:54:30 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778428611</guid>
      </item>
      <item>
         <title></title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778447613</link>
         <description><![CDATA[<p>size(250, 250);</p><p>strokeWeight(2);</p><p>for(int i = 0; i &lt; 250; i += 10) {</p><p>  line(0, i, width/2, height/2);</p><p>  line(width/2, height/2, width, i);</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/8c1fe040165b7438dbb0df8dd320886a/Captura_de_pantalla_2023_11_20_103127.png" />
         <pubDate>2023-11-06 18:08:02 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2778447613</guid>
      </item>
      <item>
         <title>BUCLE FOR</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2779648055</link>
         <description><![CDATA[<p>for (int i=10;i&lt;200;i+= 10){</p><p>  line (i,20,i,180);</p><p>  line (20,i,180,i);</p><p>}</p><p><br></p><p>void setup()</p><p>{</p><p>size (200,200);</p><p>for (int x=10;x&lt;200;x+= 10)</p><p>for (int y=10;y&lt;200;y+= 10){</p><p>  line (x,20,x,180);</p><p>  line (20,y,180,y);</p><p>}}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/2c68b0606ea1b6d8d9c74ef17c28dca2/image__1_.webp" />
         <pubDate>2023-11-07 11:19:36 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2779648055</guid>
      </item>
      <item>
         <title>BUCLE WHILE</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2779650065</link>
         <description><![CDATA[<p>size (200,200);</p><p>background (205,205,205);</p><p>int i = 0;</p><p>while (i&lt;200)</p><p>{</p><p>line (20,i,180,i);</p><p>i=i+10;</p><p>line (i,20,i,180);</p><p>i=i+10;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/30724e5c412676f91cffdcb653a984c7/image.webp" />
         <pubDate>2023-11-07 11:21:18 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2779650065</guid>
      </item>
      <item>
         <title>CON BUCLE FOR NO CONSIGO QUE SALGA</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797651100</link>
         <description><![CDATA[<p>size(300, 300);</p><p>background(100,100,100);</p><p>rectMode(CORNER);</p><p>fill(255,255,255);</p><p>for (int esquina = 0; esquina &lt;= 300; esquina += 50) {</p><p>  for (int disminuye = 3; disminuye &lt;= 6; disminuye++) {</p><p>rect(esquina, esquina, width/disminuye, height/disminuye);</p><p>}</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/6c42cb7937e059b5cc91502b6977a057/Captura_de_pantalla_2023_11_21_100233.png" />
         <pubDate>2023-11-21 09:02:50 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797651100</guid>
      </item>
      <item>
         <title>CON BUCLE WHILE</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797659800</link>
         <description><![CDATA[<p>int esquina = 0;</p><p>int ladodisminuye = 3;</p><p>void setup () {</p><p>size(300, 300);</p><p>background(100,100,100);</p><p>rectMode(CORNER);}</p><p>void draw () {</p><p>while ( ladodisminuye &lt; 8 ) {</p><p>  while ( esquina &lt; 300 ){</p><p>rect(esquina, esquina, width/ladodisminuye, height/ladodisminuye);</p><p>ladodisminuye++;</p><p>esquina = esquina+50;</p><p>}</p><p>}</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/daf2bc558423352e131e49b89ebbd9a1/Captura_de_pantalla_2023_11_21_101046.png" />
         <pubDate>2023-11-21 09:10:59 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797659800</guid>
      </item>
      <item>
         <title>IF</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797684787</link>
         <description><![CDATA[<p>int i = 0;</p><p>void setup () {</p><p>  size (200,200);</p><p>  stroke (255,0,0);</p><p>}</p><p>void draw () {</p><p>  if (i&gt;75)</p><p> stroke (0,255,0);</p><p>  rect(i,i,50,50);</p><p>  i++;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/750f523f62e1a4f9f51fd2ea9a08fea0/Captura_de_pantalla_2023_11_21_103238.png" />
         <pubDate>2023-11-21 09:32:49 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2797684787</guid>
      </item>
      <item>
         <title>IF CON 3 CONDICIONALES</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798202123</link>
         <description><![CDATA[<p>void setup(){</p><p>  size(300, 300);</p><p>background (255,255,0);</p><p>stroke(255,0,128);</p><p>}</p><p>void draw(){</p><p>for (int y = 0; y &lt; 300; y += 30) {</p><p>for (int x = 0; x &lt; 300; x += 30) {</p><p>if(x&lt;=100){</p><p>  rect(x,y,20,20);}</p><p> else if(x &lt;= 200){</p><p> ellipse(x+10, y+10, 20, 20);}</p><p>else {triangle(x, y, x+20, y,x,y+20);}</p><p>}</p><p>}</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/b6b499adabe305fb14d74598af3688da/Captura_de_pantalla_2023_11_21_173616.png" />
         <pubDate>2023-11-21 16:30:35 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798202123</guid>
      </item>
      <item>
         <title>3 condicionales y color</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798230220</link>
         <description><![CDATA[<p>color red= color(255, 0, 0, 10);</p><p>color green= color(0, 255, 0, 10);</p><p>color blue= color(0, 0, 255, 10);</p><p>void setup(){</p><p>  size(300, 300);</p><p>background (255,255,0);</p><p>noStroke();</p><p>}</p><p>void draw(){</p><p>for (int y = 0; y &lt; 300; y += 30) {</p><p>for (int x = 0; x &lt; 300; x += 30) {</p><p>if(x&lt;=100){</p><p>  rect(x,y,20,20);}</p><p> else if(x &lt;= 200){</p><p> ellipse(x+10, y+10, 20, 20);}</p><p>else {triangle(x, y, x+20, y,x,y+20);}</p><p>if(y&lt;100){</p><p>  fill(red);}</p><p> else if(y &lt; 200){</p><p> fill(green);}</p><p>else {fill(blue);}</p><p>}</p><p>}</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/ccdd67241cc3663f4d9750a863bec1d8/Captura_de_pantalla_2023_11_21_175515.png" />
         <pubDate>2023-11-21 16:55:31 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798230220</guid>
      </item>
      <item>
         <title>OPCIÓN A CAMBIAR EL RGB</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798281643</link>
         <description><![CDATA[<p>int x=0;</p><p>void setup(){</p><p>size(300,300);</p><p>  background (125);</p><p>}</p><p>void draw()</p><p>{</p><p>  noStroke();</p><p>  for(int i=0; i&lt;=300;i+=20){</p><p>    fill(255,0,0,i);</p><p>    rect(x,10,20,height);</p><p>    x+=20;</p><p>  }</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/a5b9600ace04759d5df74fbf3d31b968/Captura_de_pantalla_2023_11_21_184402.png" />
         <pubDate>2023-11-21 17:44:20 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798281643</guid>
      </item>
      <item>
         <title>OPCIÓN B CAMBIAR BACKGROUND</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798282745</link>
         <description><![CDATA[<p>int x=0;</p><p>void setup(){</p><p>size(300,300);</p><p>  background (255,255,255);</p><p>}</p><p>void draw()</p><p>{</p><p>  noStroke();</p><p>  for(int i=0; i&lt;=300;i+=20){</p><p>    fill(255,0,0,i);</p><p>    rect(x,10,20,height);</p><p>    x+=20;</p><p>  }</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/ada110d7487df11c41432393588b24bd/Captura_de_pantalla_2023_11_21_184519.png" />
         <pubDate>2023-11-21 17:45:34 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798282745</guid>
      </item>
      <item>
         <title>OPCION C CAMBIAR A LÍNEAS Y PONER LA VARIABLE CON RGB SIN TRANSPARENCIA Y DELAY</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798298470</link>
         <description><![CDATA[<p>int x=0;</p><p>void setup(){</p><p>size(300,300);</p><p>  background (125);</p><p>}</p><p>void draw()</p><p>{</p><p>   </p><p>    for(int c=0;c&lt;255;c+=10){</p><p>   stroke(c,0,0);</p><p>   strokeWeight(2);</p><p>    line(x,0,x,height);</p><p>    x++;</p><p>    delay(50);</p><p>  }</p><p>}</p><p><br/></p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/e765c21d85097a18781614009bedb99d/Captura_de_pantalla_2023_11_21_190151.png" />
         <pubDate>2023-11-21 18:02:05 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2798298470</guid>
      </item>
      <item>
         <title>DIANA</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804590155</link>
         <description><![CDATA[<p>void setup()</p><p>{</p><p>size(80,80);//lienzo de 800 pixeles de ancho y alto</p><p>background(200);</p><p>for(int x=20; x&lt;=80; x+=20)</p><p>{</p><p> noFill();</p><p> ellipse(width/2,height/2,x,x);</p><p>}</p><p>}void draw()</p><p>{</p><p>  </p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/3d6bc53a8c4203d309f94bab18c156ef/Captura_de_pantalla_2023_11_27_204158.png" />
         <pubDate>2023-11-27 19:42:18 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804590155</guid>
      </item>
      <item>
         <title>diana color</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804600457</link>
         <description><![CDATA[<p>size(200,200);</p><p>background(200); </p><p>fill(0,255,0);</p><p>ellipse(width/2,height/2,80,80);</p><p> fill(255,0,0);</p><p> ellipse(width/2,height/2,60,60);</p><p>  fill(0,0,255);</p><p> ellipse(width/2,height/2,40,40);</p><p> fill(0);</p><p> ellipse(width/2,height/2,20,20);</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/d20c4455dbe4436c804da3a05e6714c9/Captura_de_pantalla_2023_11_27_205045.png" />
         <pubDate>2023-11-27 19:51:00 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804600457</guid>
      </item>
      <item>
         <title>degradado azul</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804627640</link>
         <description><![CDATA[<p>int i =0;</p><p>size(296,296);</p><p>background(255,0,0);</p><p>while(i&lt;255){</p><p>  strokeWeight(20);</p><p>  stroke(0,0,i);</p><p>  line(20+i,20,20+i,280);</p><p>  i=i+20;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/24784faad7d2758f4f67faf91f9dcab0/Captura_de_pantalla_2023_11_27_211405.png" />
         <pubDate>2023-11-27 20:14:17 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804627640</guid>
      </item>
      <item>
         <title>degradado verde</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804632247</link>
         <description><![CDATA[<p>int i =0;</p><p>size(296,296);</p><p>background(255,0,0);</p><p>while(i&lt;255){</p><p>  strokeWeight(20);</p><p>  stroke(0,i,0);</p><p>  line(20,20+i,276,20+i);</p><p>  i=i+20;</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/ff63fb875e4bc9bf3a03a65d29e4eddf/Captura_de_pantalla_2023_11_27_211810.png" />
         <pubDate>2023-11-27 20:18:24 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804632247</guid>
      </item>
      <item>
         <title>líneas colores</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804676086</link>
         <description><![CDATA[<p>void setup(){</p><p>  size(300,300);</p><p>  background(173,216,230);</p><p>}</p><p>void draw() {</p><p>  if (mousePressed &amp;&amp; (mouseButton == LEFT)) {</p><p>    stroke(0,255,0);</p><p>  } else if (mousePressed &amp;&amp; (mouseButton == RIGHT)) {</p><p>    stroke(0,0,255);</p><p>  } else {</p><p>    stroke(255,0,0);</p><p>  }</p><p>  line(mouseX, mouseY, mouseX+20, mouseY+20);</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/a89c562eb3daedc6e69cd95781a92e3a/Captura_de_pantalla_2023_11_27_220202.png" />
         <pubDate>2023-11-27 21:02:46 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804676086</guid>
      </item>
      <item>
         <title>círculos locos</title>
         <author>dgarmed047</author>
         <link>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804679196</link>
         <description><![CDATA[<p>void setup(){</p><p>  size(400,400);</p><p>  background(255,0,0);</p><p>  stroke(0);</p><p>}</p><p>void draw() {</p><p>  ellipse(mouseX, mouseY, 40, 40);</p><p>}</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2024717708/0002403d80808764817cd6cb5c13b504/Captura_de_pantalla_2023_11_27_220600.png" />
         <pubDate>2023-11-27 21:06:40 UTC</pubDate>
         <guid>https://padlet.com/dgarmed047/mwykv8a2rr80pvgi/wish/2804679196</guid>
      </item>
   </channel>
</rss>
