/py_embedded_sample

Embedding Python in another program with pybind11.

Primary LanguageC++

pybind11 を使用した Python 組み込みのサンプル

アプリケーションへ Python 組み込みする練習用のサンプルです。

smaple01

C++ から Python のコードを呼び出します。

sample02

Python モジュールを作成し、 C++ のクラスを Python 側で使用できるようにします。

sample03

C++ プログラム内で Python モジュールを作成し、 C++ 側から呼び出します。