bast / pybind11-demoLinks
Demonstrates how to call a C++ class from Python using pybind11.
☆35Updated 5 years ago
Alternatives and similar repositories for pybind11-demo
Users that are interested in pybind11-demo are comparing it to the libraries listed below
Sorting:
- Parallel Tasking Library (PTL) - Lightweight C++11 mutilthreading tasking system featuring thread-pool, task-groups, and lock-free task q…☆48Updated last year
- Example pybind11 module built with a Python-based build system☆527Updated this week
- Example pybind11 module built with a CMake-based build system☆671Updated last week
- Examples for the usage of "pybind11"☆666Updated 4 years ago
- Simple example of using pybind11.☆18Updated 7 years ago
- Some CUDA design patterns and a bit of template magic for CUDA☆158Updated 2 years ago
- A C++ header-only for data transfer between linear algebra libraries (Eigen, Armadillo, OpenCV, ArrayFire, LibTorch).☆84Updated 2 months ago
- Tutorial for wrapping C++ library into Python using pybind11 and CMake