Python library for scripting (C++ integration)
- by Edward83
Please advise me good wrapper/library for python. I need to implement simple scripting in c++ app; Under "good" I mean pretty understandable, well documented, no memory leaking, fast. For creating base interface of GameObject on Python and C++; Your own experience and useful links will be nice!!! I found link about it, but I need more specific within gamedev context. What combinations of libraries you used for python integration into c++? For example about ogre-python it said
built using Py++ and Boost.Python library
And one more question, maybe someone of you know how Python was integrated into BigWorld engine (it's own port or some library)?
Thank you!!!