<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>시각화 프로그래밍 G by 박경숙</title>
      <link>https://padlet.com/cs96960328/cysnap88j0affs6b</link>
      <description>p5.js 를 활용한</description>
      <language>en-us</language>
      <pubDate>2025-08-03 06:02:22 UTC</pubDate>
      <lastBuildDate>2025-09-04 05:59:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>코딩 실습 사이트 </title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534335394</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/" />
         <pubDate>2025-08-03 06:03:44 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534335394</guid>
      </item>
      <item>
         <title>실습 코드1</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534600447</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/presentation/d/1Z5_eOz9l48u2fqmJ2At-TVPQRI3N3RB_H1k--G2sDZY/edit?usp=sharing" />
         <pubDate>2025-08-04 00:33:42 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534600447</guid>
      </item>
      <item>
         <title>30812 병혁</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534622879</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/iccwicnc01/full/fMeonE8ZD" />
         <pubDate>2025-08-04 01:09:35 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534622879</guid>
      </item>
      <item>
         <title>31018 이용후</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534623247</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531018/full/TlRuDqjds" />
         <pubDate>2025-08-04 01:10:20 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534623247</guid>
      </item>
      <item>
         <title>30814 우현준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534623969</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/uhyeonjun/full/Vp3OxVAdx" />
         <pubDate>2025-08-04 01:11:43 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534623969</guid>
      </item>
      <item>
         <title>30817 성우</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534625722</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2530817/full/_GE-t0wPw" />
         <pubDate>2025-08-04 01:14:40 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534625722</guid>
      </item>
      <item>
         <title>31002 김동하</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534625820</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531002/full/F4AVSmJ68" />
         <pubDate>2025-08-04 01:14:52 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534625820</guid>
      </item>
      <item>
         <title>30816 이명진</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534629334</link>
         <description><![CDATA[<ol><li><p>파이썬과 비교했을 때 틀렸다는 부분을 바로 잡아준다. </p></li></ol><ol><li><p>파이썬에서 입력하는 명령어와 p5에서 입력하는 명령어가 다르다. </p></li><li><p>잘 모르겠다.</p></li><li><p><br></p></li></ol>]]></description>
         <enclosure url="https://editor.p5js.org/2530816/full/cNlBSCdLo" />
         <pubDate>2025-08-04 01:20:27 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3534629334</guid>
      </item>
      <item>
         <title>첫시간 실습-파이값 관찰 시물레이션</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535324749</link>
         <description><![CDATA[<p>let total = 0;</p><p>let inside = 0;</p><p>function setup() {</p><p>  createCanvas(400, 400);</p><p>  frameRate(100);</p><p>  noFill();</p><p>  rect(0, 0, 400, 400);</p><p>  ellipse(200, 200, 400, 400);</p><p>}</p><p>function draw() {</p><p>  let x = random(400);</p><p>  let y = random(400);</p><p>  let d = dist(x, y, 200, 200);</p><p>  total++;</p><p>  if (d &lt;= 200) {</p><p>    inside++;</p><p>    fill(0, 0, 255);  </p><p>  } else {</p><p>    fill(255, 0, 0);  </p><p>  }</p><p>  noStroke();</p><p>  ellipse(x, y, 3, 3);</p><p>  let result = 4 * inside / total;</p><p>  </p><p>  fill(255);</p><p>  rect(0, 0, 100, 30);</p><p>  fill(0);</p><p>  textSize(16);</p><p>  text(result, 10, 30);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-04 21:54:35 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535324749</guid>
      </item>
      <item>
         <title>실습 코드2</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535383734</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/presentation/d/1ki6t_OQmFWwztsMxcH7O7Bt45TVy1nyA_hXUXVytHJk/edit?usp=sharing" />
         <pubDate>2025-08-05 00:16:30 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535383734</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535435503</link>
         <description><![CDATA[<p>동그라미에서 사각형으로 좌표를 0, 0에서 5, 5로 </p><p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  if (mouseX &lt; width / 2){</p><p>    background(5, 5, 255);</p><p>  }else{</p><p>  background(225, 5, 5);</p><p>}</p><p>   rect(width / 2, height / 2, 100, 100);</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-05 01:20:49 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3535435503</guid>
      </item>
      <item>
         <title>2-1</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374266</link>
         <description><![CDATA[<p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  background(220);</p><p>  let x = 100;</p><p>  let y = 150;</p><p>  let r = 50;</p><p>  ellipse(x, y, r <em> 2, r </em> 2);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-06 00:01:19 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374266</guid>
      </item>
      <item>
         <title>2-2</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374382</link>
         <description><![CDATA[<p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  background(200);</p><p>  rect(mouseX, mouseY, 50, 50);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-06 00:01:36 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374382</guid>
      </item>
      <item>
         <title>2-3</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374638</link>
         <description><![CDATA[<p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  if (mouseX &lt; width / 2) {</p><p>    background(0, 0, 255);  // 파란 배경</p><p>  } else {</p><p>    background(255, 0, 0);  // 빨간 배경</p><p>  }</p><p>  ellipse(width / 2, height / 2, 100, 100);</p><p>}</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-06 00:01:53 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536374638</guid>
      </item>
      <item>
         <title>2-4</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536375039</link>
         <description><![CDATA[<p>let x = 0;</p><p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  background(255);</p><p>  ellipse(x, 200, 50, 50);</p><p>  x = x + 2;</p><p>}</p><p><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-06 00:02:47 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536375039</guid>
      </item>
      <item>
         <title>2-5</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536375136</link>
         <description><![CDATA[<p>let c = 0;</p><p>function setup() {</p><p>  createCanvas(400, 400);</p><p>}</p><p>function draw() {</p><p>  background(c);</p><p>  ellipse(width / 2, height / 2, 100, 100);</p><p>}</p><p>function mousePressed() {</p><p>  c = random(255); </p><p>}</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-08-06 00:03:03 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3536375136</guid>
      </item>
      <item>
         <title>2학기 과제수행평가</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3537620451</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/spreadsheets/d/1ItlZ8BouspWNUIwFrs4izGMvYegximw7n9V6ZiaMcI8/edit?usp=sharing" />
         <pubDate>2025-08-07 07:38:08 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3537620451</guid>
      </item>
      <item>
         <title>30812 안병혁</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539520395</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/iccwicnc01/full/Qhdpcewxf" />
         <pubDate>2025-08-11 00:40:47 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539520395</guid>
      </item>
      <item>
         <title>31018 이용후</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539522765</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531018/sketches/LiEdF81gW" />
         <pubDate>2025-08-11 00:45:14 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539522765</guid>
      </item>
      <item>
         <title>30814 우현준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539527154</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/uhyeonjun/full/umHZKQaj_" />
         <pubDate>2025-08-11 00:51:21 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539527154</guid>
      </item>
      <item>
         <title>31002 김동하</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539527634</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531002/full/2AMUWSzh6" />
         <pubDate>2025-08-11 00:52:21 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539527634</guid>
      </item>
      <item>
         <title>30816 이명진</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539535537</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2530816/full/ScVqrGOC8" />
         <pubDate>2025-08-11 01:07:21 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3539535537</guid>
      </item>
      <item>
         <title>실습코드3</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540806829</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.google.com/presentation/d/1wiuLqCYYh_bIH74-c0M-2ivlSZ3nTNiIOm5Nadf_aRU/edit?usp=sharing" />
         <pubDate>2025-08-12 00:01:37 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540806829</guid>
      </item>
      <item>
         <title>30814 우현준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540853862</link>
         <description><![CDATA[<p><a rel="noopener noreferrer nofollow" href="https://editor.p5js.org/uhyeonjun/full/IGuWLeJzi">https://editor.p5js.org/uhyeonjun/full/IGuWLeJzi</a></p>]]></description>
         <enclosure url="https://editor.p5js.org/uhyeonjun/full/9MWMkGQOc" />
         <pubDate>2025-08-12 01:01:18 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540853862</guid>
      </item>
      <item>
         <title>31103 김건우</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540858642</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2530816/full/vB_7JLO0c" />
         <pubDate>2025-08-12 01:08:06 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540858642</guid>
      </item>
      <item>
         <title>30812 안병혁</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540860498</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/iccwicnc01/full/tRlV7YVJE" />
         <pubDate>2025-08-12 01:10:43 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540860498</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540861877</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531017/full/E4DlCUFvq" />
         <pubDate>2025-08-12 01:11:56 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540861877</guid>
      </item>
      <item>
         <title>30812 안병혁</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540862460</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/iccwicnc01/full/Q2_MTZzZb" />
         <pubDate>2025-08-12 01:12:33 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540862460</guid>
      </item>
      <item>
         <title>30820 임재원</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540862847</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/cs9637/full/U-4SlJUGu" />
         <pubDate>2025-08-12 01:13:01 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540862847</guid>
      </item>
      <item>
         <title>30816 이명진</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540869710</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2530816/full/vN7QhQUzA" />
         <pubDate>2025-08-12 01:20:34 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540869710</guid>
      </item>
      <item>
         <title>31018 이용후</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540870020</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531018/full/oKc1-Jid-" />
         <pubDate>2025-08-12 01:20:58 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3540870020</guid>
      </item>
      <item>
         <title>어떤 현상을 구현한 걸까?</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545538499</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/cs96960328/full/nMj0_fOJB" />
         <pubDate>2025-08-17 22:09:48 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545538499</guid>
      </item>
      <item>
         <title>AI와 p5 예제 분석하기</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545538549</link>
         <description><![CDATA[<ol><li><p>분야별 예제 선택</p></li><li><p>코드 복사/실행해보기</p></li><li><p>수정(분석)후 코드 링크 제출 </p><ul><li><p>핵심 알고리즘은?</p></li><li><p>수정 아이디어 ? - 구현도 가능</p></li><li><p>댓글로 작성</p></li></ul></li></ol>]]></description>
         <enclosure url="https://p5js.org/examples/" />
         <pubDate>2025-08-17 22:10:02 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545538549</guid>
      </item>
      <item>
         <title>31002 김동하</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545613861</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531002/full/7oJGySURn" />
         <pubDate>2025-08-18 00:47:50 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545613861</guid>
      </item>
      <item>
         <title>31002 김동하</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545614973</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531002/full/g7UMXbRm-" />
         <pubDate>2025-08-18 00:49:09 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545614973</guid>
      </item>
      <item>
         <title>30814 우현준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545616813</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/uhyeonjun/full/Raye9G8xj" />
         <pubDate>2025-08-18 00:51:05 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545616813</guid>
      </item>
      <item>
         <title>30812 안병혁</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545618084</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/iccwicnc01/full/9IQsNzFBH" />
         <pubDate>2025-08-18 00:52:40 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545618084</guid>
      </item>
      <item>
         <title>30817 이성우</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545623548</link>
         <description><![CDATA[<p>마우스를 따라가는 눈을 마우스의 반대 방향으로 바꿔줘</p>]]></description>
         <enclosure url="https://editor.p5js.org/2530817/full/BLTa9zvEM" />
         <pubDate>2025-08-18 00:58:53 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545623548</guid>
      </item>
      <item>
         <title>30817 이성우</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545625639</link>
         <description><![CDATA[<p>이번에는 눈 말고 검은 배경에 흰 점 하나를 찍고 그 점이 마우스를 피하는 코드도 짜줘</p>]]></description>
         <enclosure url="https://editor.p5js.org/2530817/full/fcygIisfp" />
         <pubDate>2025-08-18 01:01:28 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545625639</guid>
      </item>
      <item>
         <title>31002 김동하</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545630918</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531002/full/Zc0X22ycY" />
         <pubDate>2025-08-18 01:07:41 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545630918</guid>
      </item>
      <item>
         <title>31017 이서준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545633863</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531017/full/XCUKHIdIF" />
         <pubDate>2025-08-18 01:10:44 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545633863</guid>
      </item>
      <item>
         <title>31017이서준</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545638665</link>
         <description><![CDATA[<p>사용자가 마우스를 통해 앵무새의 외부 표면에 접촉을 가할 경우, 해당 접촉에 반응하여 앵무새의 색조가 동적이고 점진적으로 변화하는 현상이 발생한다</p>]]></description>
         <enclosure url="https://p5js.org/examples/imported-media-copy-image-data/" />
         <pubDate>2025-08-18 01:15:31 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545638665</guid>
      </item>
      <item>
         <title>31018 이용후</title>
         <author></author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545641325</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/2531018/full/TgEi5eqVe" />
         <pubDate>2025-08-18 01:18:05 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3545641325</guid>
      </item>
      <item>
         <title>p5, 사용할 수 있는 도구</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3568342390</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads-usc1.storage.googleapis.com/483229584/73f052501ff0b9d110f62f46763059a4/image.png" />
         <pubDate>2025-09-04 05:40:47 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3568342390</guid>
      </item>
      <item>
         <title>도형-선</title>
         <author>cs96960328</author>
         <link>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3568350369</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://editor.p5js.org/cs96960328/full/m7tZR7mXc" />
         <pubDate>2025-09-04 05:45:55 UTC</pubDate>
         <guid>https://padlet.com/cs96960328/cysnap88j0affs6b/wish/3568350369</guid>
      </item>
   </channel>
</rss>
