Okay,
I’ve download that ZIP file - and placed the project folder inside my Openframeworks root folder inside the examples folder.
Everything seems to compile except these files which are missing, #include “ofxAnisotropic.h” #include “ofxAnisotropic_A.h” #include “ofxAnisotropic_B.h”
I’ve no idea where to look - they’re not in the project download, or anywhere inside my open frameworks folder. Googling it hasn’t shown any results. Any ideas?
Another option I might add, is to use the project generator.
It has an “import” option which, sometimes, fixes your troubles.
I’ve noticed that some (older) projects on the web have outdated configurations, dependencies, …
You can put the downloaded sketch in your myApps folder and then import it with the project generator.
The project generator then lists all the addons the project needs. If you miss some, then download those and regenerate the project.
O and by the way, there’s a xcode plugin to easily add OF addons to your current project: