The CableSwig wrapper generator

Bill Baxter dnewsgroup at billbaxter.com
Sun Feb 18 10:47:56 PST 2007


Just ran across this project called CableSwig.
It seems to be a hybrid solution for generating wrappers that uses 
GCC-XML to parse C++ and generate interface description files that SWIG 
can understand.  It then uses SWIG to finish the job.

http://www.itk.org/HTML/CableSwig.html

ITK is using it to wrap their extensive (and template-heavy) C++ 
codebase for Python and Tcl.

Might be worth taking a gander at for folks working on wrapping various 
Uber C++ libraries.

--bb



More information about the Digitalmars-d mailing list