https://github.com/usagi/libwrp-kinect
C++ OpenKinect(=libfreenect) wrapper library
https://github.com/usagi/libwrp-kinect
Last synced: 3 months ago
JSON representation
C++ OpenKinect(=libfreenect) wrapper library
- Host: GitHub
- URL: https://github.com/usagi/libwrp-kinect
- Owner: usagi
- Created: 2013-01-26T06:57:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-29T11:12:51.000Z (about 12 years ago)
- Last Synced: 2025-01-13T11:11:23.436Z (5 months ago)
- Language: C++
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libWRP-kinect
C++ OpenKinect(=libfreenect) wrapper library
## Warning
This is alpha version state. Then the library will change destructive without pre informing, maybe.
## Library
The library is in the "./include" directory.
### Usage and Sample
The sample is in the './sample' directory.
#### build with Ninja and g++
$ ninja
$ bin/00_kinect-test## Requirement
* C++11
* [OpenKinect](http://openkinect.org/) >= 0.1.2### Optional
* [google-glog](https://code.google.com/p/google-glog/)
* [Ninja](http://martine.github.com/ninja/)## Document
n/a. To see the sample and library source code if you need :)
## License
* [MIT License](http://opensource.org/licenses/MIT)
## Author
(C)2013 Usagi Ito / [Wonder Rabbit Project](http://www.WonderRabbitProject.net/).