krisklau / imctrans

IMC Bindings Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IMC Bindings Generator

imctrans is a Python 3.x program that translates IMC XML specifications to source code. Right now only C++ is supported but other languages might be supported in the future.

Installing from pip

sudo pip3 install imctrans

Installing from source code

sudo python3 setup.py install

Generating C++ Bindings

imctrans translate -l cpp -x PATH_TO_IMC_XML -o OUTPUT_FOLDER

About

IMC Bindings Generator

License:Apache License 2.0


Languages

Language:C++ 95.8%Language:Python 3.6%Language:CMake 0.6%