...
...
...
...
...
...
...
...
...
...
...
...
...
...
Info |
---|
To ensure proper functionality of the program, it is crucial to follow several small yet important steps illustrated in our landing page. |
OpenZen supports a wide range of programming languages by having different language bindings built on top of the C++ library. We currently supports:
Programming Language | Example Project | Header file / Bindings | |
---|---|---|---|
1 | C 1 | https://bitbucket.org/lpresearch/openzen/src/master/examples/ExampleCAPI.c | https://bitbucket.org/lpresearch/openzen/src/master/include/OpenZenCAPI.h |
2 | C++ 1 | https://bitbucket.org/lpresearch/openzen/src/master/examples/ExampleCpp17.cpp | https://bitbucket.org/lpresearch/openzen/src/master/include/OpenZen.h |
3 | Python 1, 2, 3 | https://bitbucket.org/lpresearch/openzen/src/master/examples/ExamplePython.py | https://bitbucket.org/lpresearch/openzen/src/master/src/bindings/OpenZenPython.cpp |
4 | C# 1, 2 | https://bitbucket.org/lpresearch/openzen/src/master/examples/ExampleCSharp/ | Manual generation required when build a 64 bit binding |
5 | Unity Plugin 1 | ||
6 | ROS Package 1 | https://bitbucket.org/lpresearch/openzenros/src/master/ | |
7 | WPF Project 1 | Contact us at support@lp-research.com |
...