<?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: rambo586</title>
    <description>The latest articles on DEV Community by rambo586 (@rambo586).</description>
    <link>https://dev.to/rambo586</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%2F4044742%2F0ccd6bd1-152a-4cef-802f-6fe4f81608dc.png</url>
      <title>DEV Community: rambo586</title>
      <link>https://dev.to/rambo586</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rambo586"/>
    <language>en</language>
    <item>
      <title>How We Built a 153-Node Interactive Lore Graph for Black Myth: Zhong Kui Using D3.js and Astro</title>
      <dc:creator>rambo586</dc:creator>
      <pubDate>Fri, 24 Jul 2026 03:32:45 +0000</pubDate>
      <link>https://dev.to/rambo586/how-we-built-a-153-node-interactive-lore-graph-for-black-myth-zhong-kui-using-d3js-and-astro-4cn6</link>
      <guid>https://dev.to/rambo586/how-we-built-a-153-node-interactive-lore-graph-for-black-myth-zhong-kui-using-d3js-and-astro-4cn6</guid>
      <description>&lt;h2&gt;
  
  
  The Challenge
&lt;/h2&gt;

&lt;p&gt;Rendering a complex 153-concept-node, 1,200-edge mythic relationship topology for mobile devices without triggering main-thread layout thrashing or heavy client-side JavaScript execution.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Technical Approach
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Build-Time D3 Force Layout Computation&lt;/strong&gt;: Pre-computing node coordinates and physics simulation during the Astro static build step.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-Runtime SVG Pre-rendering&lt;/strong&gt;: Outputting the rendered topology as inline SVG with CSS design tokens, preserving 60 FPS scrolling on mobile.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Canonical Lore Data Architecture&lt;/strong&gt;: Structuring 153 canonical concept nodes across Tang Dynasty exorcistic texts (&lt;em&gt;Nuo&lt;/em&gt; rituals) and &lt;em&gt;Black Myth: Zhong Kui&lt;/em&gt; motifs.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Check out the live interactive relationship map:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://blackmyth.game/en/posts/lore/black-myth-concept-relationship-map/" rel="noopener noreferrer"&gt;Black Myth Lore &amp;amp; Concept Map&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Official website: &lt;a href="https://blackmyth.game/en/" rel="noopener noreferrer"&gt;blackmyth.game&lt;/a&gt;&lt;/p&gt;

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