|
1 | 1 | # Awesome Python Binding Generators for C++ |
2 | 2 |
|
3 | | -## Boost.Python |
| 3 | +## C/C++ to Python |
| 4 | + |
| 5 | +### Boost.Python |
4 | 6 |
|
5 | 7 | * [AutoWIG](https://autowig.readthedocs.io) - Automatic wrapper and interface generator [[github](https://github.com/StatisKit/AutoWIG) ] |
6 | 8 | * chimera - Utility for generating Boost.Python and pybind11 bindings from C/C++ code [[github](https://github.com/personalrobotics/chimera) ] |
7 | 9 |
|
8 | | -## pybind11 |
| 10 | +### pybind11 |
9 | 11 |
|
10 | 12 | * [Binder](http://cppbinder.readthedocs.io/en/latest/) - Binder, tool for automatic generation of Python bindings [[github](https://github.com/RosettaCommons/binder) ] |
11 | 13 | * cppwg - An automatic wrapper generator for C++ [[github](https://github.com/jmsgrogan/cppwg) ] |
12 | 14 | * [Py++](http://pypp11.readthedocs.io/en/latest/) (deprecated) - Py++ for generating pybind11 code [[github](https://github.com/ISoirar/pypp11) ] |
13 | 15 |
|
14 | | -## ETC |
| 16 | +### ETC |
15 | 17 |
|
16 | 18 | * clif - Wrapper generator foundation to wrap C++ for Python and other languages using LLVM [[github](https://github.com/google/clif) ] |
17 | 19 | * Cpp2Py - Reflection tools based on clang [[github](https://github.com/TRIQS/cpp2py) ] |
18 | 20 | * [cppyy](https://cppyy.readthedocs.io) - Python-C++ bindings interface based on Cling/LLVM [[bitbucket](https://bitbucket.org/wlav/cppyy)] |
| 21 | + |
| 22 | +## C/C++ to other languages |
| 23 | + |
| 24 | +### Crystal |
| 25 | + |
| 26 | +* Bindgen - Binding and wrapper generator for C/C++ libraries [[github](https://github.com/Papierkorb/bindgen) ] |
0 commit comments