Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.11 KB

README.md

File metadata and controls

27 lines (15 loc) · 2.11 KB

INTENT

This is a small app intended for quick testing with kinect sensors before integrating into 3DJ. Currently there is a vector of ofMesh vertices to do some test drawings. Change the drawMesh() to do what you want for drawings. I will build on this base app in the future and set up more functions with kinect data for easy use.

It would be amazing to get everyone to add new examples into this repository so we can learn from each other in a centralized place.

All are welcome to join 3DJ, an open source project. The source code can be found at github.com/3dj. Stay tuned for an explanation on the design pattern for integrating your ideas into 3DJ. In the mean time, have fun with this app...

DEPENDENCIES

  • Tested on OpenFrameworks v 0073 on mac osx 10.8. Should work on every platform...

  • ofxOpenNI version 2.0 (Gameoverhack version)

If you have any questions, email us at [email protected]

CAVEAT

  • Be sure to copy the the openni directory from the examples that come with it and place it into bin/data/ if you are on a mac...

The MIT License (MIT) Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.