How to use cpp in python using pybind11 library.
This is a personal project under development. All bug reports and feature requests are appreciated.
As of current, the Pytorch framework is using Pybind11 for C++/Python binding. Tensorflow framework community is also pushing to migrate from SWIG to Pybind11.
- [Nothing yet]
- Add sample: pass string between python and cpp
- Add sample: pass list betweeb python and cpp
- Add sample: pass numpy array between python and cpp
- Add sample: use cpp classes in python
- Add sample: use multi-threading of cpp in python
- Add an outline to the main readme.
- Check this: https://stackoverflow.com/questions/47309688/how-to-use-pybind11-in-multithreaded-application
- Hamid Mohammadi: [email protected]