Page 1 of 1

Another ticker scroll

Posted: Sun Apr 06, 2025 11:08
by alonh
I'm taking my first steps in Wire and trying to build a scrolling ticker for use in a TV studio.

I've experimented with a few approaches: Each method has its own limitations, so I turned to Wire to see if I could build something more tailored.

My requirements are:
  • Right-to-left text
  • Left-to-right scrolling animation
  • Dynamic text content
The text can be longer or shorter than the screen width, and I'm sending the content via REST API which allows me to pre-format it properly for RTL display.

The Juicebar plugin actually hits most of these requirements, but its animation only scrolls right-to-left, which doesn’t suit my use case.

In Wire, I’ve managed to clone text using a linear and animate it with a saw.
However, I haven't found a way to evenly distribute the clones regardless of text length.
I suspect the right approach is to calculate the saw amplitude based on the total text width but I’m not sure how to go about that.
Even more so, adjusting the amplitude also changes the scroll speed, so I probably need to compensate for that as well.

If anyone could help it will be you guys, thanks!

Re: Another ticker scroll

Posted: Sat Apr 12, 2025 07:36
by rawdesigns
following. Would love a ticker or text scroll update

Re: Another ticker scroll

Posted: Tue Apr 15, 2025 13:57
by cat
This reminds me, you can't expose the font or the style in wire either, but dosen't answer your question!

Re: Another ticker scroll

Posted: Thu Apr 17, 2025 14:51
by alonh
I found that adding a Delay that's connected to the Text Renderer position helps control the spacing between text instances.
However, since the number of instances can't be modified in real time, handling dynamic text remains an issue.
Screenshot 2025-04-17 164250.png