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

Keyboard demo crashes #1

Closed f3r3nc closed 14 years ago

f3r3nc commented 14 years ago

Keyboard demo is missing mousePoint.png and TextureLoader.h from the project. Copying them from the basic demo makes the project compilable, however crashes both on the simulator and on the device.

cdave1 commented 14 years ago

Sorry about this. The Keyboard demo is completely broken. I was intending to fix it, but I've been real busy lately. I'll add a note to the readme about it. Hoping to push a working version in the next week or two.

f3r3nc commented 14 years ago

haven't looked deeply, what's the problem with it (missing files, broken code, etc)? basic works like a charm, just swapped ttf :)

cdave1 commented 14 years ago

There is supposed to be a keyboard that pops up and displays on the iPhone, and when you type into it text on the screen will update.

The master version of the keyboard demo is just a fork of an older version of another demo -- the crash is probably caused by a missing font file.

cdave1 commented 14 years ago

I've just committed and update that fixes this crash.