gitmyhub

Kinect-Keylight

C++ ★ 15 updated 14y ago

Kinect version of @hakimel 's Keylight

An interactive art project using a Kinect camera to turn your body movement into real-time light and sound visuals.

C++OpenFrameworksKinectsetup: hardcomplexity 4/5

This is a creative coding project that turns your body into a light source. Using a Kinect camera (a depth-sensing device that tracks your movements), the program creates an interactive visual where light follows your motion in real time. It's a playful experiment in mixing your physical presence with digital visuals—imagine moving your hand and seeing light rays dance across the screen in response.

The project is built on OpenFrameworks, which is a toolkit for creative coders who want to make interactive art and visualizations without deep coding expertise. The Kinect specifically lets the program detect where you are in 3D space, so it can respond to your actual body position rather than just mouse clicks. The README mentions that sounds are included, so your movements likely trigger audio effects too—making it a full multimedia experience where motion creates both sight and sound.

This is a remake of an earlier web-based project called Keylight, which someone else built in HTML5. The creator adapted that concept to work with Kinect hardware instead, opening it up to people who want to play with physical motion capture. Someone would use this if they're interested in interactive art installations, live performance tools, or just want to experiment with how motion can control visuals—like at a gallery opening, a live coding event, or a creative coding class. The setup requires some technical legwork (installing dependencies and configuring the Kinect), but once running, it's an intuitive tool where anyone can step in front of the camera and instantly see their movements control the light.

Where it fits