TODO - borrow / purchase a windows 8 machine with USB 3.0 ports & SSD if possible - get build working in windows - test ofxKinectForWindows2 addon - tutorial—http://rbarraza.com/setting-up-kinect-2-for-openframeworks/ - addon—https://github.com/ludimation/ofxKinectForWindows2 - get base code from mac working on PC - build + test a solution with all required addons (including others use for harlequin) - put solution into harlequin directory and debug mac code using #ifdef statements as necessary # if defined TARGET_OSX ``` // OSX code ``` # elseif defined TARGET_WIN32 ``` // WIN32 code ``` # else ``` // Other platforms ``` # endif DONE - purchase two kinects 2s
TODO
borrow / purchase a windows 8 machine with USB 3.0 ports & SSD if possible
get build working in windows
if defined TARGET_OSX
elseif defined TARGET_WIN32
else
endif
DONE