Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 454 Bytes

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

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

smaple01

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

sample02

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

sample03

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