An open API service indexing awesome lists of open source software.

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

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.