Hello!
I’m new to openFrameworks - I’ve used Processing before but being a C++ user for a long time I was looking for something similar to Processing but C++ based, seems I’ve found it.
I use Linux as a primary development environment. I found that while it was easy to just copy an existing example and reuse it to make my own projects, I wanted to put my projects in another location separate from oF. So I made a small edit in the makefile to allow that.
I’ve posted it here. Just edit ‘OF_DIR’ to point to the oF directory (the one with libs, apps, export etc. in it).