SWIG Interface File Wrapper Code Generator

SWIG Interface File Generator

Generate .i wrappers for C/C++ integration

Generated Interface (.i)

Target: Python
Compilation / Generation Command
swig -c++ -python -o example_wrap.cxx example.i
The name used to import this library in the target language.
Paste your header (.h) content here. This will be included in the wrapper.

Target Configuration

Standard Library Includes

Custom Directives

Scroll to Top