<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Process &amp; Methods by YONGDI TANG</title>
      <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2025-03-05 15:03:42 UTC</pubDate>
      <lastBuildDate>2025-05-04 15:30:12 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352627531</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2230541790/da7cbd8117a3e977c2e6713145792969/__2025_02_21_17_18_54.png" />
         <pubDate>2025-03-05 14:55:39 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352627531</guid>
      </item>
      <item>
         <title>The exploration of visualizing my own designs.</title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352647053</link>
         <description><![CDATA[<p>After implementing the plan, I began researching production methods. Initially, I only found some examples on PJ5, such as how to create circles and animations. However, the issue was that I wanted the flowers to be generated from elements I created myself. This meant I had to find a way to convert my own drawings into editable code so that they could be transformed and recombined. Fortunately, I discovered Matplotlib, a tool that allows visual elements to be rendered programmatically.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-03-05 15:09:38 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352647053</guid>
      </item>
      <item>
         <title>Matplotlib</title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352648031</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2230541790/1c952a8858aab65f7f8f1c46952aa0c2/__2025_03_05_15_10_05.png" />
         <pubDate>2025-03-05 15:10:29 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352648031</guid>
      </item>
      <item>
         <title>The first step in programming</title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352663565</link>
         <description><![CDATA[<p>After consulting with my visual programming instructor, I gained a basic understanding of visual programming and discovered an excellent visual programming resource library—PJ5. It contains a wealth of useful programming effects, including animations and visual components. I was thrilled to find so many valuable references and inspirations.</p><p>Could the digital flowers I generate become animated? Could they stretch and expand? Would such effects make them even more stunning? If users could freely manipulate their own flowers, would my project have greater interactive value? These questions excited me, but I also encountered a challenge: PJ5 did not provide a clear way to transform my own designed visual elements into code. Since I didn’t want this to become a purely generative project, I needed to find another approach to bring my hand-drawn designs into a programmable and interactive form.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2230541790/c025e61dc4336ebb1a4974c02aac32f6/__2025_03_05_15_13_04.png" />
         <pubDate>2025-03-05 15:21:03 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352663565</guid>
      </item>
      <item>
         <title></title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352670960</link>
         <description><![CDATA[<p>This is a branch with a shrinking effect, making it a highly valuable reference.</p>]]></description>
         <enclosure url="https://p5js.org/examples/repetition-recursive-tree/" />
         <pubDate>2025-03-05 15:26:08 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352670960</guid>
      </item>
      <item>
         <title></title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352763850</link>
         <description><![CDATA[<p>This is a kaleidoscope effect. Perhaps I can incorporate this code when generating patterns.</p>]]></description>
         <enclosure url="https://p5js.org/examples/repetition-kaleidoscope/" />
         <pubDate>2025-03-05 16:32:45 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3352763850</guid>
      </item>
      <item>
         <title>The calculation of the number of petals.</title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3358912087</link>
         <description><![CDATA[<p>The concept that "each flower is unique" is crucial in my work, so I must ensure that the number of petals and styles can generate a sufficiently large variety of unique flowers. To achieve this, I used a simple mathematical formula to verify the feasibility and effectiveness of my project.</p><p>Assuming there are 1,000 different colors, I set the number of petal styles as <strong>n</strong>. I designed several different approaches:</p><p>The petals can be arranged in <strong>two layers or one layer</strong>, with each layer containing <strong>3 to 6 petals</strong>.</p><p>This results in <strong>four possible combinations</strong> for the number of petals.</p><p>The total number of possible flowers is calculated as:</p><p>n4×1000n^4 \times 1000n4×1000</p><p>To determine the minimum <strong>n</strong>, I aimed for at least <strong>10610^6106 (one million) unique variations</strong>.<br>Solving for <strong>n</strong>, I found:</p><p>n=5.62n = 5.62n=5.62</p><p>This means that by designing <strong>six different petal styles</strong>, I can generate at least one million unique flowers.</p>]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2230541790/b8d038d4416a43faf53b1bb5700ce73f/19811741614631__pic.jpg" />
         <pubDate>2025-03-10 13:50:59 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3358912087</guid>
      </item>
      <item>
         <title></title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3362716847</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/2230541790/8f05fb7fab8e86f96164a06427708ad9/__2025_03_10_14_13_25.png" />
         <pubDate>2025-03-12 12:24:45 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3362716847</guid>
      </item>
      <item>
         <title></title>
         <author>yongditanguk</author>
         <link>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3367315742</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://flask.palletsprojects.com/en/stable/" />
         <pubDate>2025-03-15 15:03:13 UTC</pubDate>
         <guid>https://padlet.com/yongditanguk/cfdwvecurv3hr9oo/wish/3367315742</guid>
      </item>
   </channel>
</rss>
