kinect4love (k4l) Integration of Kinect motion sensor and the framework for development of Love2d games. Build Instructions To build k4l, you'll need OpenCV >= 2.4.8 CMake >= 2.6 Lua == 5.1 libfreenect >= 0.5 Build mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. make make install