<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://digitalproduction.com/wp-content/plugins/xslt/public/template.xsl"?><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:rssFeedStyles="http://www.wordpress.org/ns/xslt#"
>

<channel>
	<title>inline color picker - DIGITAL PRODUCTION</title>
	<atom:link href="https://digitalproduction.com/tag/inline-color-picker/feed/" rel="self" type="application/rss+xml" />
	<link>https://digitalproduction.com</link>
	<description>Magazine for Digital Media Production</description>
	<lastBuildDate>Tue, 03 Jun 2025 19:01:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/12/cropped-dp-logo-kurz-weiss-auf-schwarz.png?fit=32%2C32&#038;quality=72&#038;ssl=1</url>
	<title>inline color picker - DIGITAL PRODUCTION</title>
	<link>https://digitalproduction.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">236729828</site>	<item>
		<title>Godot 4.5 Dev 5: Shaders, Colors &#038; Abstracts Galore</title>
		<link>https://digitalproduction.com/2025/06/03/header-godot-4-5-dev-5-shaders-colors-abstracts-galore/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=header-godot-4-5-dev-5-shaders-colors-abstracts-galore</link>
		
		<dc:creator><![CDATA[Bela Beier]]></dc:creator>
		<pubDate>Tue, 03 Jun 2025 16:59:48 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<category><![CDATA[topnews]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[GDScript abstract classes]]></category>
		<category><![CDATA[Godot]]></category>
		<category><![CDATA[inline color picker]]></category>
		<category><![CDATA[Rendering]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[shader baker]]></category>
		<category><![CDATA[Vision Pro]]></category>
		<category><![CDATA[WebAssembly SIMD]]></category>
		<guid isPermaLink="false">https://digitalproduction.com/?p=185623</guid>

					<description><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/06/dev-snapshot-godot-4-5-dev-5.webp?fit=1200%2C675&quality=72&ssl=1" width="1200" height="675" title="#image_title" alt="A screenshot of a code editor displaying a script in the Godot game engine, with a 3D model and its reference grid shown on the right. The text at the bottom reads 'DEV SNAPSHOT 4.5 Dev 5.'" /></div><div><p>Godot 4.5 Dev 5 introduces visionOS support, GDScript abstract classes, shader baking, WebAssembly SIMD, and inline color pickers.</p>
<p>The post <a href="https://digitalproduction.com/2025/06/03/header-godot-4-5-dev-5-shaders-colors-abstracts-galore/">Godot 4.5 Dev 5: Shaders, Colors & Abstracts Galore</a> first appeared on <a href="https://digitalproduction.com">DIGITAL PRODUCTION</a> and was written by <a href="https://digitalproduction.com/author/qualityjellyfish45275761d0/">Bela Beier</a>. </p></div>]]></description>
										<content:encoded><![CDATA[<div style="margin: 5px 5% 10px 5%;"><img src="https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/06/dev-snapshot-godot-4-5-dev-5.webp?fit=1200%2C675&quality=72&ssl=1" width="1200" height="675" title="#image_title" alt="A screenshot of a code editor displaying a script in the Godot game engine, with a 3D model and its reference grid shown on the right. The text at the bottom reads 'DEV SNAPSHOT 4.5 Dev 5.'" /></div><div><p class="wp-block-paragraph">Godot 4.5 Dev 5 introduces native support for Apple’s visionOS, marking the first officially-supported platform integration in about a decade. This addition, contributed by Ricardo Sanchez-Saez from Apple’s visionOS engineering team, enables developers to build applications for Apple’s XR environment directly within Godot. </p>
<span hidden class="__iawmlf-post-loop-links" data-iawmlf-links="[{&quot;id&quot;:1548,&quot;href&quot;:&quot;https:\/\/godotengine.org\/article\/dev-snapshot-godot-4-5-dev-5\/?utm_source=chatgpt.com&quot;,&quot;archived_href&quot;:&quot;&quot;,&quot;redirect_href&quot;:&quot;&quot;,&quot;checks&quot;:[],&quot;broken&quot;:false,&quot;last_checked&quot;:null,&quot;process&quot;:&quot;done&quot;}]"></span>


<h2 id="gdscript-abstract-classes" class="wp-block-heading">GDScript: Abstract Classes</h2>



<p class="wp-block-paragraph">GDScript now supports abstract classes, allowing developers to define classes that cannot be instantiated directly but serve as a base for other classes. This feature, implemented by Aaron Franke, introduces the <code>abstract</code> keyword, enabling a more structured and object-oriented approach to scripting in Godot. </p>



<figure class="wp-block-image"><img data-recalc-dims="1"  decoding="async"  src="https://i0.wp.com/godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/abstract-error.webp?w=1200&quality=72&ssl=1"  alt="https://godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/abstract-error.webp" ></figure>



<h2 id="shader-baker" class="wp-block-heading">Shader Baker</h2>



<p class="wp-block-paragraph">The new shader baker feature, developed by Darío Samo and Pedro J. Estébanez, allows for exporting precompiled shaders to significantly reduce shader compilation times, especially on Apple devices and D3D12. While this feature can decrease load times by over 20× in certain demos, it comes with trade-offs, including increased export times and larger build sizes. Additionally, support for the Forward+ renderer on Intel Macs is no longer guaranteed due to the removal of certain MoltenVK bug workarounds. </p>



<h4 id="webassembly-simd-support" class="wp-block-heading">WebAssembly SIMD Support</h4>



<p class="wp-block-paragraph">Godot 4.5 Dev 5 integrates WebAssembly SIMD support, enhancing performance for web builds by leveraging Single Instruction, Multiple Data (SIMD) capabilities across major browsers. This implementation, led by Adam Scott, provides an alternative to multi-threaded web support, which had been reverted in previous versions. </p>



<figure class="wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler"><div class="wp-block-embed__wrapper">
<div style="width: 640px;" class="wp-video"><video class="wp-video-shortcode" id="video-185623-1" width="640" height="360" preload="metadata" controls="controls"><source type="video/webm" src="https://godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/shader-baker-after.webm?_=1" /><a href="https://godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/shader-baker-after.webm">https://godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/shader-baker-after.webm</a></video></div>
</div></figure>



<h4 id="inline-color-pickers" class="wp-block-heading">Inline Color Pickers</h4>



<p class="wp-block-paragraph">A new quality-of-life feature adds inline color pickers within the script editor, allowing developers to view and select colors directly in their code. This enhancement, contributed by Koliur Rahman, improves the intuitiveness of color assignments without the need to expose variables.</p>



<h4 id="rendering-enhancements" class="wp-block-heading">Rendering Enhancements</h4>



<p class="wp-block-paragraph">Several rendering improvements have been introduced:</p>



<ul class="wp-block-list">
<li>SMAA 1x anti-aliasing has been integrated into the engine, thanks to Raymond DiDonato.</li>



<li>Bent normal maps, contributed by Capry, enhance specular occlusion and indirect lighting.</li>



<li>The Compatibility backend now uses a fragment shader copy instead of a blit copy, addressing sample rate issues on mobile devices, as implemented by Clay John.</li>
</ul>



<p class="wp-block-paragraph">These updates aim to improve visual fidelity and performance across various platforms.</p>



<h4 id="community-contributions-and-bug-fixes" class="wp-block-heading">Community Contributions and Bug Fixes</h4>



<p class="wp-block-paragraph">The development snapshot includes numerous fixes and enhancements contributed by the community, addressing various issues and enhancing the engine’s stability. As the feature freeze approaches, developers are encouraged to test the new features and report any bugs to ensure a smooth beta period. For more details and to download the latest development snapshot, visit the official Godot Engine website: <a href="https://godotengine.org/article/dev-snapshot-godot-4-5-dev-5/?utm_source=chatgpt.com">godotengine.org</a></p>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph"></p><p>The post <a href="https://digitalproduction.com/2025/06/03/header-godot-4-5-dev-5-shaders-colors-abstracts-galore/">Godot 4.5 Dev 5: Shaders, Colors & Abstracts Galore</a> first appeared on <a href="https://digitalproduction.com">DIGITAL PRODUCTION</a> and was written by <a href="https://digitalproduction.com/author/qualityjellyfish45275761d0/">Bela Beier</a>. </p></div>]]></content:encoded>
					
		
		<enclosure url="https://godotengine.org/storage/blog/dev-snapshot-godot-4-5-dev-5/shader-baker-after.webm" length="1280252" type="video/webm" />

		<enclosure url="https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/06/dev-snapshot-godot-4-5-dev-5.webp?fit=1280%2C720&#038;quality=72&#038;ssl=1" length="55562" type="image/jpg" />
<media:content xmlns:media="http://search.yahoo.com/mrss/" url="https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/06/dev-snapshot-godot-4-5-dev-5.webp?fit=1200%2C675&#038;quality=72&#038;ssl=1" width="1200" height="675" medium="image" type="image/jpeg">
	<media:copyright>DIGITAL PRODUCTION</media:copyright>
	<media:title>#image_title</media:title>
	<media:description type="html"><![CDATA[A screenshot of a code editor displaying a script in the Godot game engine, with a 3D model and its reference grid shown on the right. The text at the bottom reads 'DEV SNAPSHOT 4.5 Dev 5.']]></media:description>
</media:content>
<media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://i0.wp.com/digitalproduction.com/wp-content/uploads/2025/06/dev-snapshot-godot-4-5-dev-5.webp?fit=1200%2C675&#038;quality=72&#038;ssl=1" width="1200" height="675" />
<post-id xmlns="com-wordpress:feed-additions:1">185623</post-id>	</item>
	</channel>
</rss>
