How to use the downloaded openFrameworks files
Using ProjectGenerator:
- click Create/Update
- click Import and point to the exercise folder
- click Update
Manually:
- In the openFrameworks folder, duplicate and rename “emptyExample” folder under apps > myApps
- Replace the “src” folder with the downloaded “src” folder
- If applicable, replace the “data” folder within the “bin” folder with the downloaded “data” folder
Introduction to openFrameworks
Generative graphics
Animation and particle systems
- 6-CircleSystem
- Drag MyCircle .cpp and .h files to “src” folder in Xcode sidebar
Physics, image processing
- 7-CirclePhysics
- Requires ofxBox2d addon
Video playback and capture
- 9-MoviePlayer
- Download video (mp4) from Internet Archive; add to bin > data folder
Audio processing
- 12-SoundTransformer
- Requires ofxAudioUnit addon
- 13-SoundGenerator
- Requires ofxAudioUnit addon
Audio-visuals and sound visualisation