pybind11 是一个轻量级的 header-only 库,它将C++的类型暴露给Python,反之亦然。 主要用于将已经存在的C++代码绑定到Python。
Examples for the usage of "pybind11"
Pybind11 bindings for Whisper.cpp
Example pybind11 module built with a CMake-based build system
Generate stubs for python modules
Example pybind11 module built with a Python-based build system
pybind11中文文档(个人翻译)
Bazel wrapper around the pybind11 repository
Using nlohmann::json with pybind11
Python Binding for realesrgan-ncnn-vulkan with PyBind11
Implementation of cv::Mat conversion to numpy.array for pybind11
nmsbind: pybind11 bindings for the Non-Metric Space Library (NMSLIB)
A python binding using pybind11 for Sophus which is a C++ Lie library.(SO3 && SE3)
an example project using pybind11 to embed python in a c++ executable
C++/python fight the lord with pybind11 (强化学习AI斗地主), Accepted to AIIDE-2020
This is a pybind11 version of rvo2. Based on the python wrapper, an NH-ORCA algorithm is implemented for two-wheeled robots (such as turtle bot).
This repo builds a JupyterHub/Jupyter notebook server which offers an interactive C++ experience. The primary interface for this is through cling notebooks (cling is the C++ interpreter). We extend th...