Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ofxFTGL and Field type ofxWordPalette is an abstract class #1

Open
alptugan opened this issue Dec 12, 2016 · 0 comments
Open

ofxFTGL and Field type ofxWordPalette is an abstract class #1

alptugan opened this issue Dec 12, 2016 · 0 comments

Comments

@alptugan
Copy link

alptugan commented Dec 12, 2016

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;

  1. I've just change the ofxFTGL to ofTrueTypeFont in ofxWordPalette.h file.
  2. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant