How to put text in motion?

Good evening, so there you go. I’m doing my college semester on Processing programming, but I don’t know how to get the text moving. A series of numbers appears, but my texts remain motionless.

1 Like

Text moves by changing the draw location or orientation for the text. It depends on what kind of motion you want.

There is a simple example of rotating text here:

https://processing.org/examples/textrotation.html

There is an in-depth tutorial on animation text, with examples for scrolling headlines, here:

https://processing.org/tutorials/text/

To change the appearance of your text, you may also be interested in the tutorial on typography:

https://processing.org/tutorials/typography/

1 Like