Hey,
ofxWordPalette does great job for me. The framerate in my app increases from 15-18 to 35-40! Thanks.
I guess it needs some updates. It doesn't work with the current oF releases. To fix issues I've editted the ofxWordPalette.h file and remove ofxFTGL addon. Because, ofxFTGL causes tons of issues with current release of OF.
My steps as follows;
- I've just change the ofxFTGL to ofTrueTypeFont in ofxWordPalette.h file.
- To fix the Field type ofxWordPalette is an abstract class issue; change the following line in ofxWordPalette.h file;
class ofxWordPalette : public ofBaseHasTexture
to
class ofxWordPalette