<?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: Maxim</title>
    <description>The latest articles on DEV Community by Maxim (@krutoychel24).</description>
    <link>https://dev.to/krutoychel24</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%2F3395336%2F08b4834e-c849-44b6-89ce-c60caa5e1564.jpeg</url>
      <title>DEV Community: Maxim</title>
      <link>https://dev.to/krutoychel24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krutoychel24"/>
    <language>en</language>
    <item>
      <title>Introducing HruHruLauncher — a custom Minecraft launcher written in Python with PySide6</title>
      <dc:creator>Maxim</dc:creator>
      <pubDate>Mon, 28 Jul 2025 21:38:00 +0000</pubDate>
      <link>https://dev.to/krutoychel24/introducing-hruhrulauncher-a-custom-minecraft-launcher-written-in-python-with-pyside6-h2i</link>
      <guid>https://dev.to/krutoychel24/introducing-hruhrulauncher-a-custom-minecraft-launcher-written-in-python-with-pyside6-h2i</guid>
      <description>&lt;h2&gt;
  
  
  🚀 What is this project?
&lt;/h2&gt;

&lt;p&gt;As a personal challenge, I’ve been building an open-source Minecraft launcher completely in Python. It uses &lt;a href="https://doc.qt.io/qtforpython/" rel="noopener noreferrer"&gt;PySide6&lt;/a&gt; for the UI and public APIs for version handling and launching.&lt;/p&gt;

&lt;p&gt;The goal was to create a modular, clean, and responsive launcher that could one day support both Vanilla and modded Minecraft.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧰 Tech stack and features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🐍 &lt;strong&gt;Python 3.10+&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;🧩 &lt;strong&gt;PySide6&lt;/strong&gt; – custom widgets, light/dark themes, animations&lt;/li&gt;
&lt;li&gt;🌐 &lt;strong&gt;minecraft-launcher-lib&lt;/strong&gt; – handles authentication, version downloads, launching&lt;/li&gt;
&lt;li&gt;🧵 &lt;strong&gt;QThread-based worker system&lt;/strong&gt; – keeps UI responsive during background tasks&lt;/li&gt;
&lt;li&gt;⚙️ &lt;strong&gt;Modular codebase&lt;/strong&gt;: &lt;code&gt;core/&lt;/code&gt;, &lt;code&gt;ui/&lt;/code&gt;, &lt;code&gt;config/&lt;/code&gt;, &lt;code&gt;utils/&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;🗃 &lt;strong&gt;Settings manager&lt;/strong&gt; using JSON&lt;/li&gt;
&lt;li&gt;🌍 &lt;strong&gt;Localization support&lt;/strong&gt; (via &lt;code&gt;resources.py&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;💡 &lt;strong&gt;Custom download threads, UI state updates, error handling&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🎯 Why I made this
&lt;/h2&gt;

&lt;p&gt;I love Minecraft and Python, and I wanted to combine the two while also learning more about Qt, multithreading, and architecture. There are many launchers out there, but I wanted to build something from scratch to really understand how it all works.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 Try HruHruLauncher
&lt;/h2&gt;

&lt;p&gt;It’s open-source and I’d love your feedback, ideas, or even small contributions!&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;GitHub&lt;/strong&gt;: &lt;a href="https://github.com/krutoychel24/hru-hru-launcher" rel="noopener noreferrer"&gt;https://github.com/krutoychel24/hru-hru-launcher&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Even small suggestions or a ⭐ are appreciated — thanks in advance!&lt;/p&gt;

</description>
      <category>python</category>
      <category>qt</category>
      <category>minecraft</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
