1
vote
2answers
814 views

How to get screen coordinates in Processing

I am using Processing to do a project. I have a sketch (actually text) in the sketch board by using the draw function. I want to get the screen coordinates of each word of the text to do some other ...
0
votes
1answer
380 views

Change text fill colour when rect is overlayed - Processing

I have this little animation here that animates in a repeated seamless pattern. I have text, colored white, in the middle of the canvas that the looped shapes pass over. What I am trying to work out ...