openFrameworks
openFrameworks copied to clipboard
[suggestion] folder organization - libs separated from openFrameworks & openFrameworksCompiled
it would be great to have an individual folder for libs. this way is it much simpler to backup or reset a certain set of libraries
How about a dev script that cleans the lib dirs (including the core addons sub libs) Also maybe a dev script to do that except zip those into basically for backups?
There is a way currently also via use of install_libs.sh that calls dev/local_libs.sh to install the libraries from the zip files locally. Lets make that easier to use in this transition