Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

OpenZen supports a wide range of programming languages by having different language bindings built on top of the C++ library. We currently supports:

For a complete APIs of a specific language, please check its respective header file / bindings. If you have further questions, please do not hesitate to reach out to us at support@lp-research.com.

Notes

1 Python, C# bindings are not built by default. Please specify in CMake when building, cmake -DZEN_PYTHON=ON -DZEN_CSHARP=ON ..

2 Under Windows, please copy the openzen.dll and openzen.pyd to the example directory to use OpenZen python binding. Under Linux, please rename the libOpenZen.so to openzen.so, and copy it to the example directory for use.

  • No labels