Skip to content

ofxFTGL and Field type ofxWordPalette is an abstract class  #1

@alptugan

Description

@alptugan

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions