资 源 简 介
Project for New Media, New Tech class at Leiden University.
We basically wanted to be able to create a painting by capturing the movement of the body. The application has two modes:
- Paintbrush, which draws lines by controlling a paddle with the movement captured by the camera
- Splash, paints circles wherever movement has been detected.
We based our code on the Pong game by Tangible Interaction (http://forum.openframeworks.cc/index.php/topic,1991.msg10725.html#msg10725) although we slightly modified the ofxMotionTracker addon.
We used OpenFrameworks, with several addons such as ofxColours, ofxOpenCv, ofxTI_Utils, ofxMotionTracker