Skip to content

oaubert/python-openni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

OpenNI python bindings, ctypes-based

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages