<?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: Aniket Rajnish</title>
    <description>The latest articles on DEV Community by Aniket Rajnish (@makra).</description>
    <link>https://dev.to/makra</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%2F1226917%2F4b33c4de-b906-4987-9621-78f9d819ef51.jpeg</url>
      <title>DEV Community: Aniket Rajnish</title>
      <link>https://dev.to/makra</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/makra"/>
    <language>en</language>
    <item>
      <title>I wrote a trippy post processing feature for unity</title>
      <dc:creator>Aniket Rajnish</dc:creator>
      <pubDate>Sat, 23 Dec 2023 02:31:08 +0000</pubDate>
      <link>https://dev.to/makra/i-wrote-a-trippy-post-processing-feature-for-unity-2i5j</link>
      <guid>https://dev.to/makra/i-wrote-a-trippy-post-processing-feature-for-unity-2i5j</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--csPmmctl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/anz4mb3uzc1f4iwysvje.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--csPmmctl--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/anz4mb3uzc1f4iwysvje.gif" alt="Image description" width="600" height="375"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've released the project on github, you can find it here- &lt;a href="https://github.com/aniketrajnish/TrippyPostProcessing-Unity"&gt;https://github.com/aniketrajnish/TrippyPostProcessing-Unity&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to use it. Do hit a star if it helps you!! 😃&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Multi-Window Synchronization functionality for Windows GUI using PyQt5</title>
      <dc:creator>Aniket Rajnish</dc:creator>
      <pubDate>Tue, 05 Dec 2023 21:30:15 +0000</pubDate>
      <link>https://dev.to/makra/multi-window-synchronization-functionality-for-windows-gui-using-pyqt5-530j</link>
      <guid>https://dev.to/makra/multi-window-synchronization-functionality-for-windows-gui-using-pyqt5-530j</guid>
      <description>&lt;p&gt;I came across a very cool Multi Window Synchronization experiment by Bjorn Staal. I tried recreating the same but for Windows GUI. I’ve used PyQt5 for the GUI development and pyqtSignal for achieving synchronization.&lt;/p&gt;

&lt;p&gt;Bjorn Staal's Multi-Window Synchronization&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2GBNcFvy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gm880nxtf8g5aplnvq4c.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2GBNcFvy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gm880nxtf8g5aplnvq4c.gif" alt="Image description" width="600" height="338"&gt;&lt;/a&gt;&lt;br&gt;
My Implementation for Windows GUI&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uRWlgvZY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4l62n2mmp6fdw0wrh2ku.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uRWlgvZY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4l62n2mmp6fdw0wrh2ku.gif" alt="Image description" width="600" height="338"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've used PyQt5 to create to create the GUI and pyqtSignal for synchronization.&lt;br&gt;
You can check the repo here: &lt;a href="https://github.com/aniketrajnish/MultiWindowSync-PyQt"&gt;https://github.com/aniketrajnish/MultiWindowSync-PyQt&lt;/a&gt;&lt;/p&gt;

</description>
      <category>pyqt</category>
    </item>
  </channel>
</rss>
