This is the repository for the software art installations developped and performed by the re|thread collective.
The code in this repository is under the MIT License unless otherwise specified.
The sonic, visual and audiovisual works of re|thread in this repository are licensed under the Creative Commons Attribution 4.0 International License unless otherwise specified.
OF projects reside in the code/OF/
folder. To compile them you have to put a version of openFrameworks in the folder yourself. Don't overwrite the apps
folder though.
apps
folder from the openFrameworks installation to the folder code/OF/
in the cloned rethread repo. Everything but the apps
folder (which includes all our code) should be ignored by git because of the .gitignore rules. (If it isn't, let me know)To add a new project you have to manually allow the folder in the file code/.gitignore
by following the same pattern that is already there. Note that a folder has to be included before you can include its subfolders if the folder has been excluded by a previous rule.