Hi there,
trying to test ofxSpriteSheetRenderer, I’m stuck. compilation requires ofxDirList.
anyone here around using ofxSpriteSheetRenderer ?
Hi there,
trying to test ofxSpriteSheetRenderer, I’m stuck. compilation requires ofxDirList.
anyone here around using ofxSpriteSheetRenderer ?
answering to myself:
this was an artifact.
I let only src folder in my ofxSpriteSheetRenderer addon folder and all is fine now.
There were 2 examples that didn’t have to be there.
also, ofxdirlist doesn’t exist anymore, became ofFileUtils: ofFile, ofFilePath, ofDirectory, etc (see changes.txt)
I guessed about smthg like that.
btw, this was just me and my addon include workflow