ECS:Python
Light-weight C++ wrapper library for embedding Python into C++
Description
ECS:Python (Embedded C++ Scripting with Python) is a simple Python wrapper library designed specifically for C++ developers who wish to add Python scripting to their existing / new C++ projects. ECS:Python allows you to expose objects from a C++ application to an embedded Python interpreter for interactive scripting. ECS:Python is light-weight and easy to use.
To get started all you need to do from your project is #include "EcsPython.h", and link to the EcsPython library. Included with ECS:Python is a demo project ("EcsDemo") written to assist developers in understanding how to use the API.
ECS:Python requires a Python distribution to be installed on your system. If you don't already have Python, you can downloaded it from: www.python.org/download
v.2.1 (29-03-2013):
*Python 2 PyString to std::string formatting fix
v.2.0 (27-03-2013):
*Fixed Python 2 / 3 compatibility issues
*ECS:Python updated to dynamic library
*Abstracted all Python dependency from client
Categories
License
Update Notifications
User Reviews
Be the first to post a review of ECS:Python!