Skip to content

Releases: IhebRjeb/Freenect

Release list

v1.1.0

Choose a tag to compare

@IhebRjeb IhebRjeb released this 21 Jul 22:30

First release of the Intel fork. Highlights:

  • Native x86_64 build so the plugin loads in TouchDesigner on Intel Macs
  • Rebuilt libusb/libfreenect/libfreenect2 as x86_64 static libraries
  • Fixed Kinect v2 startup crash (libfreenect2 built from the master commit
    matching the bundled headers; corrected Freenect2Device vtable)
  • Performance: reused USB enumeration context, lazy per-stream output
    buffers, and reused scratch/copy buffers in all v2 getters (much less
    per-frame allocation, byte-identical output)
  • CLT-only build script (no full Xcode required)

v1.0

Choose a tag to compare

@IhebRjeb IhebRjeb released this 21 Jul 21:56

Intel based MAC os support