mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
PyWrap is a C++ binding generator using pybind11, libclang and jinja. The main goal of this project is to automatically generate bindings for OCCT7.3 (opencascade) and beyond without single manual edit of the generated code. Once finished the project will be usable as a general C++ binding generator. PR: 257131
6 lines
329 B
Text
6 lines
329 B
Text
PyWrap is a C++ binding generator using pybind11, libclang and jinja.
|
|
The main goal of this project is to automatically generate bindings for OCCT7.3
|
|
and beyond without single manual edit of the generated code.
|
|
Once finished the project will be usable as a general C++ binding generator.
|
|
|
|
WWW: https://github.com/CadQuery/pywrap
|