<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	 xmlns:media="http://search.yahoo.com/mrss/" >

<channel>
	<title>DirectX 12 &#8211; Simuway &#8211; Simulation Games, News, Mods, Simulator</title>
	<atom:link href="https://simuway.com/tag/directx-12/feed/" rel="self" type="application/rss+xml" />
	<link>https://simuway.com</link>
	<description>&#34;Your Gateway to Realistic Simulation Experiences&#34; Simuway.com brings you the latest news and updates on top simulation games.</description>
	<lastBuildDate>Mon, 15 Nov 2021 10:22:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://simuway.com/wp-content/uploads/2021/06/cropped-simuway-2021-favicon-1-32x32.jpg</url>
	<title>DirectX 12 &#8211; Simuway &#8211; Simulation Games, News, Mods, Simulator</title>
	<link>https://simuway.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>GIANTS Engine 9: Improvements in Farming Simulator 22</title>
		<link>https://simuway.com/giants-engine-9-improvements-in-farming-simulator-22/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=giants-engine-9-improvements-in-farming-simulator-22</link>
					<comments>https://simuway.com/giants-engine-9-improvements-in-farming-simulator-22/#respond</comments>
		
		<dc:creator><![CDATA[simuway]]></dc:creator>
		<pubDate>Sat, 31 Jul 2021 11:40:32 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[FS 22 News]]></category>
		<category><![CDATA[Farming Simulator 22]]></category>
		<category><![CDATA[Temporal Anti-Aliasing (TAA)]]></category>
		<category><![CDATA[Texture Streaming]]></category>
		<category><![CDATA[Occlusion Culling]]></category>
		<category><![CDATA[GIANTS Software]]></category>
		<category><![CDATA[farming simulator 22]]></category>
		<category><![CDATA[fs 22 features]]></category>
		<category><![CDATA[DirectX 12]]></category>
		<category><![CDATA[Parallax Occlusion Mapping]]></category>
		<category><![CDATA[GIANTS Engine 9]]></category>
		<guid isPermaLink="false">https://simuway.com/?p=1746</guid>

					<description><![CDATA[<p>With Farming Simulator 22, you enjoy improved performance and graphics thanks to the latest version of our very own game engine. The GIANTS Engine 9 features DirectX 12, Parallax Occlusion Mapping, and a lot more.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://simuway.com/giants-engine-9-improvements-in-farming-simulator-22/" data-wpel-link="internal">GIANTS Engine 9: Improvements in Farming Simulator 22</a> first appeared on <a rel="nofollow" href="https://simuway.com" data-wpel-link="internal">Simuway - Simulation Games, News, Mods, Simulator</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<p>With Farming Simulator 22, you enjoy improved performance and graphics thanks to the latest version of our very own game engine. The GIANTS Engine 9 features DirectX 12, Parallax Occlusion Mapping, and a lot more. Lead Software Engineer Thomas Brunner explains what improvements you can look forward to. Watch his presentation below!</p>
<p><iframe title="GIANTS Engine 9: Improvements in Farming Simulator 22" width="696" height="392" src="https://www.youtube.com/embed/sxsAGKrFiBI?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>&nbsp;</p>
<h2>Why do we use our own engine?</h2>
<hr />
<p>Simply put, we need our game engine to do exactly what we need it to do, so you can farm on virtual fields. While other game engines are applicable to multiple games of a genre, like shooters or racing games, and may offer some things or features, ours currently doesn&#8217;t include, our in-house built GIANTS Engine has a whole lot of other requirements no other game engine out there can offer out of the box.</p>
<p>An engine is simply not interchangeable without major adjustments. To use another engine for Farming Simulator would require a huge amount of customization. And, in the end, we&#8217;d basically have what we&#8217;re already using &#8211; our own, customized engine.  Also, only with our own solution, we can offer the extent of modability, for example. If you want to know more about this, Thomas explains it more in-depth ins his presentation above.</p>
<h2>What performance features can you expect?</h2>
<hr />
<p><strong>DirectX 12</strong></p>
<p>For the PC version of Farming Simulator 22, you can enjoy the benefits of DirectX 12. In previous versions of Farming Simulator, we used DirectX 11 / OpenGL. Compared to DX11, the latest DX12  gives developers more control of how their game interacts with the CPU and GPU.</p>
<p>That means, the GIANTS Engine 9 can directly manage resources and states, so we can control and manage them more efficiently. As a result, we have less driver overhead and more free CPU resources for other tasks.</p>
<p><strong>Texture Streaming</strong></p>
<p>On top of that, we added Texture Streaming to the GIANTS Engine. With this, we dynamically load higher or lower resolution versions of the textures based on what is actually visible on screen. This allows us to put even more objects into the world and to reduce the used slots per vehicle since we no longer need to make sure that we can load the full textures of all vehicles. Also, the loading times are reduced, since less texture data needs to be loaded at the start.</p>
<p><strong>Occlusion Culling</strong></p>
<p>Occlusion Culling is another important optimization technique. It allows us to make even more detailed worlds. Occlusion Culling basically prevents the engine from performing any expensive rendering for completely hidden objects. For example, boxes hidden behind a barn are not rendered until you see them &#8211; boosting performance by saving resources.</p>
<h2>What new graphics features can you expect?</h2>
<hr />
<p><strong>Temporal Anti-Aliasing (TAA)</strong></p>
<p>Farming Simulator 22 features Temporal Anti-Aliasing. It is an approach to reduce unwanted rendering artifacts such as jagged edges or flickering specular highlights using the information from previous frames. The GIANTS Engine 9 uses a high-quality temporal anti-aliasing (TAA) algorithm by default, but it can also be disabled for performance reasons or if you don’t like the results.</p>
<p>In previous games, we enabled MSAA by default as an Anti Aliasing solution. Compared to MSAA, TAA is faster and usually leads to better results. For example, MSAA only improves the quality of geometric edges, but TAA also reduces other artifacts such as flickering specular highlights.</p>
<p><strong>Parallax Occlusion Mapping</strong></p>
<p>Parallax Occlusion will make the terrain and other surfaces in the game look more detailed and dynamic if the feature is turned on in the settings. The result looks very realistic and adds a depth to the surfaces in the game. Like the tire tracks on your field, for example, trenching in the ground. We covered this in another article. Find out more about <a href="https://farming-simulator.com/newsArticle.php?&amp;news_id=238" target="_blank" rel="noopener external noreferrer" data-wpel-link="external">Parallax Occlusion Mapping</a>!</p>
<p><strong>Improved Shadows</strong></p>
<p>We made several shadow rendering improvements in the GIANTS Engine 9. One of the most notable changes is that we are now able to render the shadows much further away. This helps to increase the visual quality in the distance and your farmlands will appear more natural and realistic.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Source: <a href="https://farming-simulator.com/newsArticle.php?lang=en&amp;country=us&amp;news_id=252" target="_blank" rel="noopener external noreferrer" data-wpel-link="external">Farming Simulator</a></p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://simuway.com/giants-engine-9-improvements-in-farming-simulator-22/" data-wpel-link="internal">GIANTS Engine 9: Improvements in Farming Simulator 22</a> first appeared on <a rel="nofollow" href="https://simuway.com" data-wpel-link="internal">Simuway - Simulation Games, News, Mods, Simulator</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://simuway.com/giants-engine-9-improvements-in-farming-simulator-22/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Farming Simulator 22 &#8211; System Requirements </title>
		<link>https://simuway.com/farming-simulator-22-system-requirements/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=farming-simulator-22-system-requirements</link>
					<comments>https://simuway.com/farming-simulator-22-system-requirements/#respond</comments>
		
		<dc:creator><![CDATA[simuway]]></dc:creator>
		<pubDate>Tue, 22 Jun 2021 21:45:19 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[FS 22 News]]></category>
		<category><![CDATA[Farming Simulator 22]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[GIANTS Software]]></category>
		<category><![CDATA[farming simulator 22]]></category>
		<category><![CDATA[farming simulator]]></category>
		<category><![CDATA[fs 22 pc]]></category>
		<category><![CDATA[system requirements]]></category>
		<category><![CDATA[windows 10 pc]]></category>
		<category><![CDATA[DirectX 12]]></category>
		<guid isPermaLink="false">https://simuway.com/?p=1113</guid>

					<description><![CDATA[<p>The minimum system requirements for the Windows 10 PC version for Farming Simulator 22 revealed. FS 22 now uses DirectX 12.</p>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://simuway.com/farming-simulator-22-system-requirements/" data-wpel-link="internal">Farming Simulator 22 &#8211; System Requirements </a> first appeared on <a rel="nofollow" href="https://simuway.com" data-wpel-link="internal">Simuway - Simulation Games, News, Mods, Simulator</a>.&lt;/p&gt;</p>
]]></description>
										<content:encoded><![CDATA[<p><span class="VIiyi" lang="en"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="en" data-language-to-translate-into="tr" data-phrase-index="0">The minimum system requirements for the Windows 10 PC version for <strong>Farming Simulator 22</strong> revealed. FS 22 now uses <strong>DirectX 12</strong>. Of course, DX11 support still continues. The minimum memory is 8 GB of RAM. The demanded models in the processor and graphics card have also been upgraded. Only Windows 10 64bit operating system is supported. </span></span></p>
<div id="features-panel" class="tabs-panel is-active" role="tabpanel" aria-hidden="false" aria-labelledby="features-panel-label">
<ul>
<li>Windows 10 64bit</li>
<li>Intel Core i5-3330 or AMD FX-8320 or better</li>
<li>Nvidia Geforce GTX 660, AMD Radeon R7 265 graphics card or better (min 2GB VRAM, DX11/DX12 support)</li>
<li>8 GB RAM</li>
<li>35 GB free hard drive space</li>
<li>Soundcard</li>
</ul>
<div><strong>(*) General information:</strong> These system requirements can&#8217;t cover all possible system configurations so issues could occur that avoid or influence the functionality in some cases.</div>
</div>
<div></div>
<div><strong>Farming Simulator 19 &#8211; System Requirements from Steam</strong></div>
<div><span style="color: #ff6600;"><strong>Windows PC</strong></span></div>
<div>
<div class="game_area_sys_req_leftCol">
<p><strong>Minimum:</strong></p>
<ul>
<li>
<ul class="bb_ul">
<li><strong>OS:</strong> Windows 10 Home (x64)</li>
<li><strong>Processor:</strong> Intel Core i5-3330 or AMD FX-8320 or better</li>
<li><strong>Memory:</strong> 8 GB RAM</li>
<li><strong>Graphics:</strong> GeForce GTX 660 or AMD Radeon R7 265 or better (min 2GB VRAM)</li>
<li><strong>DirectX:</strong> Version 11</li>
<li><strong>Storage:</strong> 35 GB available space</li>
<li><strong>Sound Card:</strong> Sound card</li>
<li><strong>Additional Notes:</strong> These system requirements can´t cover all possible system configurations so issues could occur that avoid or influence the functionality in some cases.</li>
</ul>
</li>
</ul>
</div>
<div class="game_area_sys_req_rightCol">
<p><strong>Recommended:</strong></p>
<ul>
<li>
<ul class="bb_ul">
<li><strong>OS:</strong> Windows 10 Home (x64)</li>
<li><strong>Processor:</strong> Intel Core i5-5675C or AMD Ryzen 5 1600 or better</li>
<li><strong>Memory:</strong> 8 GB RAM</li>
<li><strong>Graphics:</strong> GeForce GTX 1060 or Radeon RX 570 or better (min 6GB VRAM)</li>
<li><strong>DirectX:</strong> Version 11</li>
<li><strong>Storage:</strong> 35 GB available space</li>
<li><strong>Sound Card:</strong> Sound card</li>
</ul>
</li>
</ul>
</div>
</div>
<div>
<p><span style="color: #ff6600;"><strong>MAC OS X</strong></span></p>
<div class="game_area_sys_req_leftCol">
<p><strong>Minimum:</strong></p>
<ul>
<li>
<ul class="bb_ul">
<li><strong>OS:</strong> 10.14 or newer</li>
<li><strong>Processor:</strong> Intel Core i5-3330 or AMD FX-8320 or better</li>
<li><strong>Memory:</strong> 8 GB RAM</li>
<li><strong>Graphics:</strong> GeForce GTX 660, AMD Radeon R7 265 or better (min 2GB VRAM, DX11/DX12 support)</li>
<li><strong>Storage:</strong> 70 GB available space</li>
<li><strong>Sound Card:</strong> Sound Card</li>
<li><strong>Additional Notes:</strong> These system requirements can´t cover all possible system configurations so issues could occur that avoid or influence the functionality in some cases.</li>
</ul>
</li>
</ul>
</div>
<div class="game_area_sys_req_rightCol">
<p><strong>Recommended:</strong></p>
<ul>
<li>
<ul class="bb_ul">
<li><strong>OS:</strong> TbA</li>
<li><strong>Processor:</strong> TbA</li>
<li><strong>Memory:</strong> 8 GB RAM</li>
<li><strong>Graphics:</strong> TbA</li>
<li><strong>Storage:</strong> 25 GB available space</li>
<li><strong>Sound Card:</strong> TbA</li>
</ul>
</li>
</ul>
</div>
</div>
<div><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-1114" src="https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements.jpg" alt="" width="1125" height="1536" srcset="https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements.jpg 1125w, https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements-220x300.jpg 220w, https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements-750x1024.jpg 750w, https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements-768x1049.jpg 768w, https://simuway.com/wp-content/uploads/2021/06/farming-simulator-22-cover-pc-caseih-system-requirements-585x799.jpg 585w" sizes="(max-width: 1125px) 100vw, 1125px" /></div>
<p>&lt;p&gt;The post <a rel="nofollow" href="https://simuway.com/farming-simulator-22-system-requirements/" data-wpel-link="internal">Farming Simulator 22 &#8211; System Requirements </a> first appeared on <a rel="nofollow" href="https://simuway.com" data-wpel-link="internal">Simuway - Simulation Games, News, Mods, Simulator</a>.&lt;/p&gt;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://simuway.com/farming-simulator-22-system-requirements/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
