Hello, I have a little problem. On a processing project for android, I have to display a lot of text on the screen. I use :
string myString = "lots of words";
textFont(myFont, 20);
text(myString, x, y);
but the performances are very low (5 fps). Does anyone has an advice for a best performance?
Thanks a lot, JM