https://github.com/oaubert/python-openni
OpenNI python bindings, ctypes-based
https://github.com/oaubert/python-openni
Last synced: 5 months ago
JSON representation
OpenNI python bindings, ctypes-based
- Host: GitHub
- URL: https://github.com/oaubert/python-openni
- Owner: oaubert
- Created: 2011-03-01T17:02:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-03-18T16:34:41.000Z (over 13 years ago)
- Last Synced: 2025-09-07T14:57:05.068Z (11 months ago)
- Language: Python
- Homepage:
- Size: 140 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
ctypes-based python bindings for OpenNI
=======================================
This repository contains a bindings generator for OpenNI. The
generate.py script parses the OpenNI include files, more specifically
the XN_C_API marked functions, and wraps them using ctypes.
Moreover, object-oriented wrappers are generated to provide a more
pythonic experience.
Note: for the moment, not all base types are defined in the bindings
generator. Hence, it will be unable to generate bindings for all .h
files, but only for a subset. See the Makefile INCLUDES variable to see
the currently supported includes.