Skip to content

benikabocha/py_embedded_sample

Repository files navigation

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

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

smaple01

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

sample02

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

sample03

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

About

Embedding Python in another program with pybind11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published