Hi,
I know how to make C++ plugin based application with C++ plugins. I need to add ability to code plugins in Python. I want users to be able to write Plugins in any language (C++ or Python). What are fundamentals of writting app in C++ but support plugins in Python?
I have googled and cannot find something useful yet(may be I use wrong keywords)
Thanks!