<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Grace Yuen</title>
    <description>The latest articles on DEV Community by Grace Yuen (@gracetyy).</description>
    <link>https://dev.to/gracetyy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3036295%2F8ccbf487-f9ae-419f-881f-a8ffc714fadf.png</url>
      <title>DEV Community: Grace Yuen</title>
      <link>https://dev.to/gracetyy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gracetyy"/>
    <language>en</language>
    <item>
      <title>I Built a 3D Gesture-Controlled Instagram Christmas Tree in a Day 🎄</title>
      <dc:creator>Grace Yuen</dc:creator>
      <pubDate>Thu, 25 Dec 2025 07:07:30 +0000</pubDate>
      <link>https://dev.to/gracetyy/i-built-a-3d-gesture-controlled-instagram-christmas-tree-in-a-day-3d3</link>
      <guid>https://dev.to/gracetyy/i-built-a-3d-gesture-controlled-instagram-christmas-tree-in-a-day-3d3</guid>
      <description>&lt;p&gt;This Christmas, a friend and I decided to see how far we could push a small idea in just one day: What if a Christmas tree could grow out of your Instagram memories and react to your hand gestures?&lt;/p&gt;

&lt;p&gt;The result is a 3D Christmas tree where:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each ornament is one of your latest Instagram photos.&lt;/li&gt;
&lt;li&gt;You can explore the tree using hand gestures in front of your camera.&lt;/li&gt;
&lt;li&gt;Everything runs in the browser, so you can share it easily with friends and family.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔗 Live demo: &lt;a href="https://www.christmas-tree.fun/" rel="noopener noreferrer"&gt;https://www.christmas-tree.fun/&lt;/a&gt; &lt;br&gt;
⭐ GitHub Repo: &lt;a href="https://github.com/gracetyy/christmas-tree/" rel="noopener noreferrer"&gt;https://github.com/gracetyy/christmas-tree/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.daily.dev%2Fimage%2Fupload%2Fs--b_aYPTVa--%2Ff_auto%2Fv1766645961%2Fugc%2Fcontent_68e08cec-6f3a-47e2-b475-81ca11576e00%3F_a%3DBAMAK%2BZW0" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fmedia.daily.dev%2Fimage%2Fupload%2Fs--b_aYPTVa--%2Ff_auto%2Fv1766645961%2Fugc%2Fcontent_68e08cec-6f3a-47e2-b475-81ca11576e00%3F_a%3DBAMAK%2BZW0" alt="Screenshot 2025-12-25 145911"&gt;&lt;/a&gt;&lt;/p&gt;


&lt;h2&gt;
  
  
  Core Ideas
&lt;/h2&gt;

&lt;p&gt;The project was built around three main goals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make a playful, seasonal experience that feels magical but is still technically solid.&lt;/li&gt;
&lt;li&gt;Use off-the-shelf tools so other developers can easily fork and extend it.
&lt;/li&gt;
&lt;li&gt;Treat it as a quick experiment in combining &lt;strong&gt;3D graphics&lt;/strong&gt;, &lt;strong&gt;real-time interaction&lt;/strong&gt;, and &lt;strong&gt;social media content&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;


&lt;h2&gt;
  
  
  Tech Stack Overview
&lt;/h2&gt;

&lt;p&gt;At a high level, the project combines:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A &lt;strong&gt;3D scene&lt;/strong&gt; for the tree, presents and background by Three.js&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;gesture input layer&lt;/strong&gt; that maps hand movement to camera controls (similar to MediaPipe Hands)
&lt;/li&gt;
&lt;li&gt;A backend workflow to fetch the latest photos from a given Instagram username powered by &lt;a href="https://bubblelab.ai/" rel="noopener noreferrer"&gt;Bubble Lab&lt;/a&gt;, an open-source TypeScript-native workflow automation platform where you can prompt and get both a visual flow and real TypeScript code.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feel free to check the repo for the exact implementation details and see how the pieces fit together in code.&lt;/p&gt;


&lt;h2&gt;
  
  
  Things Learned / Interesting Challenges
&lt;/h2&gt;

&lt;p&gt;Working on this in such a short time frame surfaced a few interesting areas:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;UX for gesture vs mouse&lt;/strong&gt;: Making sure the tree still feels usable with traditional input while keeping gestures fun and not frustrating.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance on mobile&lt;/strong&gt;: Balancing visual detail of the tree with smooth interaction on phones.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Camera mapping from gestures&lt;/strong&gt;: Designing a mapping from 2D hand position to orbit-camera azimuth/elevation that feels intuitive, doesn’t cause motion sickness, and still lets users reach all sides of the tree.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Open to feedback or PRs and wish everyone have a wonderful christmas!!&lt;/p&gt;

&lt;p&gt;

&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/gracetyy" rel="noopener noreferrer"&gt;
        gracetyy
      &lt;/a&gt; / &lt;a href="https://github.com/gracetyy/christmas-tree" rel="noopener noreferrer"&gt;
        christmas-tree
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Merry Christmas! Decorate your own 3D Christmas Tree with Instagram photos
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;🎄 Make your own 3D Christmas Tree with your photos!&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;Transform your favorite memories into a magical, interactive 3D holiday experience! This project lets you create a beautiful, personalized Christmas tree decorated with your own photos.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;✨ Try it out live at: &lt;a href="https://www.christmas-tree.fun/" rel="nofollow noopener noreferrer"&gt;https://www.christmas-tree.fun/&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🎥 Demo&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;
  &lt;a rel="noopener noreferrer" href="https://github.com/gracetyy/christmas-tree/./Duo.gif"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fgracetyy%2Fchristmas-tree%2F.%2FDuo.gif" alt="Demo 1 — scripting @duolingo Instagram as an example" width="360"&gt;&lt;/a&gt;
  &lt;a rel="noopener noreferrer" href="https://github.com/gracetyy/christmas-tree/./Duo2.gif"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2Fgracetyy%2Fchristmas-tree%2F.%2FDuo2.gif" alt="Demo 2 — scripting @duolingo Instagram as an example" width="360"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Demo: scripting &lt;code&gt;@duolingo&lt;/code&gt; Instagram as an example input for the Instagram import.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;✨ Features&lt;/h2&gt;
&lt;/div&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;📸 Your Photos, Your Tree&lt;/strong&gt;: Upload photos from your device or instantly import them from any &lt;strong&gt;Instagram&lt;/strong&gt; profile!&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🖐️ Magic Hand Controls&lt;/strong&gt;: Control the camera with hand gestures in front of your webcam.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🎬 Cinematic Videos&lt;/strong&gt;: Record high-quality videos of your tree (360° rotation or cinematic tour).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;🖼️ Instant Postcards&lt;/strong&gt;: Download a high-definition snapshot of your tree with a custom "Merry Christmas" greeting.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;👤 Personalized Greeting&lt;/strong&gt;: Enter your name to see a custom "Merry Christmas [Your Name]!" message.&lt;/li&gt;
&lt;/ul&gt;




&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;🖐️ Hand Mode Tutorial&lt;/h2&gt;

&lt;/div&gt;

&lt;p&gt;Switch to &lt;strong&gt;Hand Mode&lt;/strong&gt;…&lt;/p&gt;&lt;/div&gt;


&lt;/div&gt;
&lt;br&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/gracetyy/christmas-tree" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;





</description>
      <category>webdev</category>
      <category>programming</category>
      <category>sideprojects</category>
      <category>threejs</category>
    </item>
    <item>
      <title>[Boost]</title>
      <dc:creator>Grace Yuen</dc:creator>
      <pubDate>Mon, 10 Nov 2025 17:54:30 +0000</pubDate>
      <link>https://dev.to/gracetyy/-39f9</link>
      <guid>https://dev.to/gracetyy/-39f9</guid>
      <description>&lt;div class="ltag__link"&gt;
  &lt;a href="/gracetyy" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3036295%2F8ccbf487-f9ae-419f-881f-a8ffc714fadf.png" alt="gracetyy"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="https://dev.to/gracetyy/craftscapehk-building-an-ai-ar-platform-for-cultural-heritage-on-google-cloud-run-1kfp" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;CraftscapeHK: Building an AI + AR Platform for Cultural Heritage on Google Cloud Run&lt;/h2&gt;
      &lt;h3&gt;Grace Yuen ・ Nov 10&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#webdev&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#gcp&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#cloudrunhackathon&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>webdev</category>
      <category>gcp</category>
      <category>cloudrunhackathon</category>
    </item>
  </channel>
</rss>
