<?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: ilyax</title>
    <description>The latest articles on DEV Community by ilyax (@ilyax).</description>
    <link>https://dev.to/ilyax</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%2F1279644%2Fa91e9b86-7519-4258-9675-b8fce18a7d16.png</url>
      <title>DEV Community: ilyax</title>
      <link>https://dev.to/ilyax</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ilyax"/>
    <language>en</language>
    <item>
      <title>UnitDesk - Desktop Monitoring Widgets</title>
      <dc:creator>ilyax</dc:creator>
      <pubDate>Fri, 02 May 2025 08:16:42 +0000</pubDate>
      <link>https://dev.to/ilyax/unitdesk-desktop-monitoring-widgets-8d5</link>
      <guid>https://dev.to/ilyax/unitdesk-desktop-monitoring-widgets-8d5</guid>
      <description>&lt;p&gt;UnitDesk stands out with its emphasis on modularity and customization. Instead of a monolithic application, it's structured around individual widget "units." This means you can pick and choose the information you want to see – CPU/RAM/GPU usage, disk space, time/date – and arrange it exactly how you like.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key Features Developers Will Appreciate:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;Modular Architecture:&lt;/strong&gt; Based on SOLID principles, UnitDesk encourages clean code and easy extension. Adding new widgets is straightforward thanks to the &lt;code&gt;BaseWidget&lt;/code&gt; class and a well-defined widget lifecycle.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;WPF and C#:&lt;/strong&gt; Leverages the power of Windows Presentation Foundation for rich, hardware-accelerated UI and the robustness of C#. A familiar stack for many Windows developers.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Hardware Monitoring with LibreHardwareMonitor:&lt;/strong&gt; Integrates with the reliable LibreHardwareMonitor library, providing accurate and detailed system information.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Extensibility:&lt;/strong&gt; The framework is designed for developers to create custom widgets. The documentation clearly outlines how to inherit from &lt;code&gt;BaseWidget&lt;/code&gt; and implement the necessary methods.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Clean Desktop Integration:&lt;/strong&gt; Widgets are designed to be lightweight and semi-transparent, blending seamlessly with the desktop. Features like drag-and-drop positioning and position persistence enhance the user experience.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the UnitDesk GitHub repository (&lt;a href="https://github.com/ilyax/Unitdesk" rel="noopener noreferrer"&gt;Unitdesk&lt;/a&gt;) to explore the code, contribute, or build your own custom widgets. Take control of your desktop monitoring!&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
