Author: Evan Murray
SCKinect is a bridge between physical movement and sound generation. It allows you to:
- Track human body movements using a Kinect sensor (a special camera that can detect depth and movement)
- Use those movements to control sound parameters in SuperCollider (a programming environment for creating audio)
In simpler terms: Move your body, make music!
Here's what each folder and file in this project contains:
/plugins/Kinect/
- The core code that allows SuperCollider to communicate with the Kinect sensor and OpenPose./doc/
- Documentation and additional information about the project./cmake_modules/
- Technical files needed to build the software.
- Full documentation (with installation instructions and examples): https://l42i.github.io/SCKinect