<?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: Zlormack</title>
    <description>The latest articles on DEV Community by Zlormack (@zlormack_32b7af384d362867).</description>
    <link>https://dev.to/zlormack_32b7af384d362867</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3964454%2F113fc9f7-5a75-4679-baeb-1a1887816681.jpg</url>
      <title>DEV Community: Zlormack</title>
      <link>https://dev.to/zlormack_32b7af384d362867</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zlormack_32b7af384d362867"/>
    <language>en</language>
    <item>
      <title>VectHorde: Surviving the Swarm (Custom Rust Engine) 🦀</title>
      <dc:creator>Zlormack</dc:creator>
      <pubDate>Thu, 04 Jun 2026 11:38:02 +0000</pubDate>
      <link>https://dev.to/zlormack_32b7af384d362867/vecthorde-surviving-the-swarm-custom-rust-engine-2d55</link>
      <guid>https://dev.to/zlormack_32b7af384d362867/vecthorde-surviving-the-swarm-custom-rust-engine-2d55</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/june-game-jam-2026-06-03"&gt;June Solstice Game Jam&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Video Demo
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Prize Category
&lt;/h2&gt;

</description>
      <category>devchallenge</category>
      <category>gamechallenge</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Building a Custom 2D Game Engine in Rust: Lessons from VectHorde</title>
      <dc:creator>Zlormack</dc:creator>
      <pubDate>Tue, 02 Jun 2026 11:05:55 +0000</pubDate>
      <link>https://dev.to/zlormack_32b7af384d362867/building-a-custom-2d-game-engine-in-rust-lessons-from-vecthorde-25c8</link>
      <guid>https://dev.to/zlormack_32b7af384d362867/building-a-custom-2d-game-engine-in-rust-lessons-from-vecthorde-25c8</guid>
      <description>&lt;p&gt;Building a game engine from scratch is a massive undertaking, but it’s one of the most rewarding challenges a developer can face. I’ve recently decided to take on this journey by building the ZlormaEngine, a 2D engine written entirely in #Rust.&lt;/p&gt;

&lt;p&gt;My goal was to create a lightweight, high-performance engine capable of handling hundreds of entities on screen without frame drops. To test its capabilities, I developed a Twin-Stick Shooter called VectHorde: Swarm Survival.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why Rust for a Game Engine?&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;**Memory Safety**: Rust’s borrow checker helps prevent common memory-related bugs, which is crucial when managing large numbers of game entities.

**Performance**: The control over memory layout and zero-cost abstractions allows for the kind of arcade fluidity I wanted to achieve.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Challenges &amp;amp; Takeaways&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;**Entity Management**: Handling the swarm survival mechanic required efficient data structures to ensure the game remains stable even when the screen is crowded.

**The "Game Feel"**: Beyond the technical performance, fine-tuning the inputs and the "Terminal Nexus" upgrade system was key to making the game fun to play.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;**&lt;br&gt;
Check out the project**&lt;/p&gt;

&lt;p&gt;I’ve just released the demo for VectHorde on itch.io. If you're interested in game dev, Rust, or just want to challenge your reflexes, feel free to give it a try!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.tourl"&gt;&lt;br&gt;
👉 https://zlormack-studio.itch.io/vecthorde-swarm-survival&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’m currently gathering feedback to decide how to approach the full version of the game. If you have any insights on engine architecture or game design, I'd love to discuss them in the comments!&lt;/p&gt;

&lt;h1&gt;
  
  
  rust, #gamedev, #programming  #showdev
&lt;/h1&gt;

&lt;p&gt;Happy coding!&lt;br&gt;
&lt;strong&gt;Zlormack&lt;/strong&gt;&lt;br&gt;
Building the ZlormaEngine in Rust.&lt;br&gt;
Follow my journey on Itch.io&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>performance</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
