gameoverhack / ofxOpenNI

Wrapper for OpenNI, NITE and SensorKinect
gingold.com.au
Other
245 stars 121 forks source link

weird addon layout? #34

Open danomatika opened 11 years ago

danomatika commented 11 years ago

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.