Example showing how to embed Python 3.9 + (py)imgui
Read the comments in EmbedPython39.cpp and Python39.props for the technical details.
- Delay-load
python39.dll
(from a hardcoded directory)- This allows executing code before python is loaded, for example to configure the environment or dll-search order.
- Configure include folders + link folders using a .props file
- Both
Debug
+Release
configurations
- Both
- Show how to import a python module that is distributed with the sample pyimgui