<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[XOR Userforum - Shaders]]></title>
		<link>https://forum.xor.eu/</link>
		<description><![CDATA[XOR Userforum - https://forum.xor.eu]]></description>
		<pubDate>Wed, 23 Sep 2026 14:02:15 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Three blobs]]></title>
			<link>https://forum.xor.eu/showthread.php?tid=2095</link>
			<pubDate>Fri, 29 May 2026 19:44:52 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.xor.eu/member.php?action=profile&uid=1603">Morim</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.xor.eu/showthread.php?tid=2095</guid>
			<description><![CDATA[Hi<br />
Here is a small shader with three blobs that can be moved in space.<br />
The color is cycling and speed can be changed.<br />
There is also control over how "blobby" it shall be when coming close to each other.<br />
// Blobs<br />
uniform float u_modulator1; //Blob1.x<br />
uniform float u_modulator2; //Blob1.y<br />
uniform float u_modulator3; //Blob2.x<br />
uniform float u_modulator4; //Blob2.y<br />
uniform float u_modulator5; //Blob3.x<br />
uniform float u_modulator6; //Blob3.y<br />
// Smoothing<br />
uniform float u_modulator7; //Smooth_low ~0.01<br />
uniform float u_modulator8; //Smooth_high ~0.3<br />
//<br />
uniform float u_modulator9; //Red speed<br />
uniform float u_modulator10; //Green speed<br />
uniform float u_modulator11; //Blue speed<br />
<br />
This is my first shader for VEX <img src="https://forum.xor.eu/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
 <br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=696" target="_blank" title="">3blobss_1.png</a> (Size: 105,79 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=697" target="_blank" title="">3blobss_2.png</a> (Size: 120,34 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/" title="Fragment Shader" border="0" alt=".frag" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=698" target="_blank" title="">3blobss.frag</a> (Size: 1,28 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi<br />
Here is a small shader with three blobs that can be moved in space.<br />
The color is cycling and speed can be changed.<br />
There is also control over how "blobby" it shall be when coming close to each other.<br />
// Blobs<br />
uniform float u_modulator1; //Blob1.x<br />
uniform float u_modulator2; //Blob1.y<br />
uniform float u_modulator3; //Blob2.x<br />
uniform float u_modulator4; //Blob2.y<br />
uniform float u_modulator5; //Blob3.x<br />
uniform float u_modulator6; //Blob3.y<br />
// Smoothing<br />
uniform float u_modulator7; //Smooth_low ~0.01<br />
uniform float u_modulator8; //Smooth_high ~0.3<br />
//<br />
uniform float u_modulator9; //Red speed<br />
uniform float u_modulator10; //Green speed<br />
uniform float u_modulator11; //Blue speed<br />
<br />
This is my first shader for VEX <img src="https://forum.xor.eu/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
 <br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=696" target="_blank" title="">3blobss_1.png</a> (Size: 105,79 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=697" target="_blank" title="">3blobss_2.png</a> (Size: 120,34 KB / Downloads: 36)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/" title="Fragment Shader" border="0" alt=".frag" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=698" target="_blank" title="">3blobss.frag</a> (Size: 1,28 KB / Downloads: 2)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Shapes]]></title>
			<link>https://forum.xor.eu/showthread.php?tid=2030</link>
			<pubDate>Thu, 20 Nov 2025 21:10:10 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.xor.eu/member.php?action=profile&uid=1">XORadmin</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.xor.eu/showthread.php?tid=2030</guid>
			<description><![CDATA[Different selectable geometric shapes, angles, shimmer, size, position....<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=664" target="_blank" title="">shapes.jpg</a> (Size: 86,48 KB / Downloads: 26)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/" title="Fragment Shader" border="0" alt=".frag" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=662" target="_blank" title="">shapes.frag</a> (Size: 1,02 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Different selectable geometric shapes, angles, shimmer, size, position....<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=664" target="_blank" title="">shapes.jpg</a> (Size: 86,48 KB / Downloads: 26)
<!-- end: postbit_attachments_attachment --><br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.xor.eu/images/attachtypes/" title="Fragment Shader" border="0" alt=".frag" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=662" target="_blank" title="">shapes.frag</a> (Size: 1,02 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>