ECS:Python
Light-weight C++ library for embedding Python into C++
... with ECS:Python is a demo project (/example) written to assist developers in understanding how to use the API.
ECS:Python requires a Python distribution to be installed on your system. Python can be downloaded from: www.python.org/download
What's new in v3.0:
* Fixed x64 pointer types.
* Added CI and unit tests.
* Cleaned up project structure and code formatting.
* Switch to C++11 std::mutex.