mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
Add AutoWIG to list of binding generators (#1990)
* Add AutoWIG to list of binding generators
This commit is contained in:
parent
02c83dba0f
commit
2c4cd8419d
@ -283,3 +283,11 @@ code by introspecting existing C++ codebases using LLVM/Clang. See the
|
||||
[binder]_ documentation for details.
|
||||
|
||||
.. [binder] http://cppbinder.readthedocs.io/en/latest/about.html
|
||||
|
||||
[AutoWIG]_ is a Python library that wraps automatically compiled libraries into
|
||||
high-level languages. It parses C++ code using LLVM/Clang technologies and
|
||||
generates the wrappers using the Mako templating engine. The approach is automatic,
|
||||
extensible, and applies to very complex C++ libraries, composed of thousands of
|
||||
classes or incorporating modern meta-programming constructs.
|
||||
|
||||
.. [AutoWIG] https://github.com/StatisKit/AutoWIG
|
||||
|
Loading…
Reference in New Issue
Block a user