simplified wrapper and interface generator
SWIG is a tool for automatically generating the wrapper code needed to link collections of functions written in C/C++ with interpreted scripting languages. Currently, SWIG supports : - C - Guile - Java - Perl - PHP - Python - Ruby - Tcl Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with little effort.
Homepage: https://www.swig.org/