<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[gsls text shader actor]]></title><description><![CDATA[<p>hi  all,</p><p>has anyone ever tried this?  i checked  all the shaders  available. i need to be able to  change font, size and  position. because the implemented actors of Isadora </p><p>have a  lot of a latency  via dmx (and  this is the  project  i work  on)  for whatever reason. </p><p>best</p><p>p.</p><p></p>]]></description><link>https://community.troikatronix.com/topic/8809/gsls-text-shader-actor</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 12:34:25 GMT</lastBuildDate><atom:link href="https://community.troikatronix.com/topic/8809.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Apr 2024 13:25:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to gsls text shader actor on Wed, 08 May 2024 10:40:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p>I  have to deliver the project by the end of June. Running Beta is one thing, have it running  on  a standard (latest) version is another.</p><p>that's what i meant by included. </p>]]></description><link>https://community.troikatronix.com/post/54036</link><guid isPermaLink="true">https://community.troikatronix.com/post/54036</guid><dc:creator><![CDATA[gapworks]]></dc:creator><pubDate>Wed, 08 May 2024 10:40:21 GMT</pubDate></item><item><title><![CDATA[Reply to gsls text shader actor on Tue, 07 May 2024 17:05:31 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> you are running a little bit of an older beta. If you have this beta you should have access to the beta testers forum thread. You can find out how to get the latest version of the Isadora beta there. </p><p>When will you be delivering the project? </p><p>What do you mean by it needs to be included in it?</p>
<p></p>]]></description><link>https://community.troikatronix.com/post/54024</link><guid isPermaLink="true">https://community.troikatronix.com/post/54024</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 07 May 2024 17:05:31 GMT</pubDate></item><item><title><![CDATA[Reply to gsls text shader actor on Mon, 06 May 2024 12:01:51 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/124">@dusx</a></p><p>At least i used to be a  beta tester. Don't know  at present. i run 3.2 7.b8 (Intel)</p><p>But i will need it for the  Standard Version as I'm working on a quite complex project in which it needs  to be included.</p><p>best</p><p></p>]]></description><link>https://community.troikatronix.com/post/54005</link><guid isPermaLink="true">https://community.troikatronix.com/post/54005</guid><dc:creator><![CDATA[gapworks]]></dc:creator><pubDate>Mon, 06 May 2024 12:01:51 GMT</pubDate></item><item><title><![CDATA[Reply to gsls text shader actor on Tue, 30 Apr 2024 00:27:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> said:</p>
<blockquote>change font, size and  position</blockquote>
<p> I haven't seen any glsl that can do this exactly.. some render fonts for sure, but I don't think they can load system fonts etc.<br /></p>
<p>Rendering fonts is a processor intense process, and this is why you are seeing some latency. Generally I recommend to render your font/text via the Text Draw actor at a larger size and animate the text (scale location etc) via Matee++ (this animates as a bitmap, so no redrawing).<br /></p>
<p>Are you seeing the Frame Rate in Isadora drop? (is this the latency you mention?)</p>
<p>One possible workaround would be to use the new Pythoner actor (in Beta currently) to render the text. <br />This would solve the framerate slow down because Pythoner runs in a Thread Parrallel to Isadora. This means you could ask the Pythoner actor to render something that takes 2 seconds, and it will not slow down the scene processing of Isadora, because it simply doesn't return a value until it is ready (seconds later).<br /><br />So given your use-case, it is likely that a frame or two will process in Isadora while the text is being rendered but no delay in playback animation etc will be seen (assuming the text render is used for content, font, maybe size).. the text will update the frame or two later. <br />NOW I would still recommend to do XY animation via Matte++ to cut down on the amount of rendering, and because that animation might be seen more if it does to say 15fps for rendering. </p>
<p>This is an interesting use case.... so I will see if I can come up with a example file</p>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://community.troikatronix.com/uid/608">@gapworks</a> are you a Beta Tester?</p>
<p><u>UPDATE</u>: I have a working Python example.. <del>however, it doesn't perform as well as I had hoped.</del> With that said, I circle back to what I mentioned about breaking up the animation so that Matte++ does as much of your animation work as possible. If this will allow you to reduce the rate at which you render the text, you may find that performance is pretty good using this approach. The Python code can render text that changes color, font size, font, and alignment at a speed of greater than 30 fps (depends on the amount of text and size of the canvas, my code takes some time to auto-scale the font size to best fit the defined area). This appears to work well enough that I will include this along with the Pythoner example files when Isadora 4 is released.<br /></p>]]></description><link>https://community.troikatronix.com/post/53955</link><guid isPermaLink="true">https://community.troikatronix.com/post/53955</guid><dc:creator><![CDATA[DusX]]></dc:creator><pubDate>Tue, 30 Apr 2024 00:27:28 GMT</pubDate></item></channel></rss>