Python Bindings for C++ Projects - Pybind11

preview_player
Показать описание
In this video you will learn how to write Python scripts that are called into your C++ application using pybind11, one of the many solutions to do so.

About the host:
Juan Casafranca is a passionate programmer with a PhD in computer graphics. He has been developing 3D tools at KDAB since 2017. He left KDAB recently to pursue research in physically based mechanical simulation.

About KDAB:

KDAB experts regularly take time out to deliver KDAB’s world class training, in-house or at open enrollment courses around the world. We are the market leaders for training in Qt, OpenGL, and C++.

Рекомендации по теме
Комментарии
Автор

Very helpful for a first timer trying to understand the concepts. Thank you.

kgx
Автор

Nice. These bindings used to be very tedious in the past. Next time please show the contents of the various folders after each build step (really just the 'build' folder and the folder with the python script, '..' releative to the build dir).

cernejr
Автор

Please help me, I got stuck at: LINK : fatal error LNK1104: cannot open file 'Debug\binding_lib.lib' after using cmake --build .

phonglai
Автор

Hi. What if there are multiple directories that need their functions binded with pybind?

judedavis