OpenFrameworks / Animation by Code / Student work

#####This is the student work repo for the Animation by Code class. #####The class original repo with syllabus and code examples lives here.

Install

Navigate terminal to the root folder of OpenFrameworks. Then follow the commands:

git clone --recursive https://github.com/bschorr/OFAnimation_Spring2015_students.git
cd OFAnimation_Spring2015_students
git submodule foreach git pull origin master
git submodule foreach git checkout master

Troubleshooting

If you haven't ever set up an SSH key in your computer to work with GitHub, you may receive an error like Error: Permission denied (publickey). If this happens, follow the instructions on this link to set up an SSH key to work with GitHub.

Update

Every time you want to update all the repos, you can navigate terminal to where this repo lives in your machine and do:

git submodule foreach git pull origin master

And check the projects of other students.