Quantcast
Channel: Android Mode - Processing 2.x and 3.x Forum
Viewing all articles
Browse latest Browse all 941

Displaying text makes my frameRate fall

$
0
0

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


Viewing all articles
Browse latest Browse all 941

Trending Articles