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)