mfkiwl / EmbedPython39

Example showing how to embed Python 3.9 + (py)imgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EmbedPython39

Example showing how to embed Python 3.9 + (py)imgui

Read the comments in EmbedPython39.cpp and Python39.props for the technical details.

Features showcased

  • 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
  • Show how to import a python module that is distributed with the sample pyimgui

About

Example showing how to embed Python 3.9 + (py)imgui

License:MIT License


Languages

Language:Python 99.4%Language:C++ 0.4%Language:C 0.2%