cdave1 / ftgles

A truetype font rendering library for OpenGL ES on iOS devices (iPad and iPhone)
http://cdave1.github.io/ftgles/
MIT License
142 stars 36 forks source link

improving display rate on iOS #9

Open georgepliuster opened 12 years ago

georgepliuster commented 12 years ago

HI Dave,

I am working on an iOS app that renders about 40 characters to form a sentence (think particle system), using the FTGLES library. While the app works just fine on the simulator, it runs nine (9) times slower on the actual device! I am using FTTextureFont, and was wondering if you had any thought to improve the rendering speed. Thanks in advance.

Best, George