SkillAgentSearch skills...

Jit.freenect2

MaxMSP external to provide multi-platform support for the Kinect v2.

Install / Use

/learn @aidanbyrnes/Jit.freenect2
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jit.freenect2

<img align="right" width="12.5%" src="https://github.com/aidanbyrnes/jit.freenect2/blob/master/icon.png?raw=true"/>

MaxMSP external to provide multi-platform support for the Kinect v2.

Based on ta.jit.kinect2 by Tiago Ângelo and uses libfreenect2.

macOS / Xcode

  • Have a package manager installed. Homebrew is used below.
  • Make sure the following are available: wget, git, cmake, pkg-config
  • Download source
    git clone --recursive https://github.com/aidanbyrnes/jit.freenect2.git
    cd jit.freenect2
    
  • Install dependencies for libfreenect2: libusb, GLFW
    brew update
    brew install libusb
    brew install glfw3
    
  • Create Xcode project
    mkdir build && cd build
    cmake -G Xcode ..
    
View on GitHub
GitHub Stars7
CategoryCustomer
Updated3mo ago
Forks0

Languages

C++

Security Score

82/100

Audited on Dec 26, 2025

No findings