<?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: EmreLutfi</title>
    <description>The latest articles on DEV Community by EmreLutfi (@lutfiemre).</description>
    <link>https://dev.to/lutfiemre</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%2F4081943%2Ff29b9b36-3d25-4222-87c9-164460754faa.png</url>
      <title>DEV Community: EmreLutfi</title>
      <link>https://dev.to/lutfiemre</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lutfiemre"/>
    <language>en</language>
    <item>
      <title>I turned a GitHub repo into a 3D city you can walk through</title>
      <dc:creator>EmreLutfi</dc:creator>
      <pubDate>Mon, 17 Aug 2026 16:09:53 +0000</pubDate>
      <link>https://dev.to/lutfiemre/i-turned-a-github-repo-into-a-3d-city-you-can-walk-through-15do</link>
      <guid>https://dev.to/lutfiemre/i-turned-a-github-repo-into-a-3d-city-you-can-walk-through-15do</guid>
      <description>&lt;p&gt;A GitHub repo is a file list. I wanted a place.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://repoverse.online" rel="noopener noreferrer"&gt;RepoVerse&lt;/a&gt; takes a public &lt;code&gt;owner/repo&lt;/code&gt;, reads the tree and a slice of git history, and draws a city: folders are districts, files are buildings. Height is roughly size. Color is language. Click a tower and you’re in that file.&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://www.youtube.com/YOUR_VIDEO" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fyt3.googleusercontent.com%2Fytc%2FAIdro_mMrkS7AfmFFVb5omeWnQ7xACY6efuu3OAxxZLc_bo8DL0%3Ds900-c-k-c0x00ffffff-no-rj" height="900" class="m-0" width="900"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://www.youtube.com/YOUR_VIDEO" rel="noopener noreferrer" class="c-link"&gt;
            
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            "✍🏻" 
أعمل كل يوم  شيئا مميزاٌ وجيــدًا للآخرين .!
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fwww.youtube.com%2Fs%2Fdesktop%2F0084d708%2Fimg%2Ffavicon.ico" width="48" height="48"&gt;
          youtube.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;h2&gt;
  
  
  Why a city
&lt;/h2&gt;

&lt;p&gt;I kept opening repos and getting lost in &lt;code&gt;src/&lt;/code&gt;. The constellation view (nodes and edges) was already there. The city is the one I actually want to look at: what’s tall, what’s crowded, what moved this week.&lt;/p&gt;

&lt;p&gt;Git log is what stops it being a screenshot. Recent files light up. Quiet, highly connected files read as the dusty center of town.&lt;/p&gt;

&lt;h2&gt;
  
  
  How the scene is built
&lt;/h2&gt;

&lt;p&gt;Frontend is Next.js and React Three Fiber. Buildings are instanced meshes, a few volumes each (podium, setbacks, roof), so a thousand-file repo isn’t a thousand draw calls. Raycast hits a part; the whole building lights up.&lt;/p&gt;

&lt;p&gt;The backend is FastAPI. Public GitHub comes in as a tarball, then parse, then layout. Python has a real AST path; other languages are conservative. I’d rather miss an import than draw a wrong street.&lt;/p&gt;

&lt;p&gt;Camera is orbit, a drone fly-through, or street mode with WASD.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://repoverse.online" rel="noopener noreferrer"&gt;https://repoverse.online&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Public repos, early, free. Local path and a same-origin website crawl exist too; GitHub is the one worth sharing.&lt;/p&gt;

&lt;p&gt;If it breaks, say so in the comments. I’m still building it.&lt;/p&gt;

</description>
      <category>threejs</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
