ofxOpenNI
ofxOpenNI copied to clipboard
weird addon layout?
Why are the examples 1 level too deep and not separate projects? It'd be nice to just run the examples right out of the folder, like most other addons.
Also, why not put the libraries into the standard OF addon layout with:
libs/libusb/include/libusb.h libs/nite/include/*.h libs/openni/include/*.h libs/openni/lib/win32/*.dll, etc libs/openni/lib/osx/*.dylib, etc
Naturally, note moving the dlls and dylibs, but that could be done with a script etc.
I'm doing a speed project right now but I can do a PR for this later.