You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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;
class ofxWordPalette : public ofBaseHasTexture
to
class ofxWordPalette
The text was updated successfully, but these errors were encountered: