Python library for scripting (C++ integration)

Posted by Edward83 on Game Development See other posts from Game Development or by Edward83
Published on 2012-09-28T23:17:35Z Indexed on 2012/09/29 3:52 UTC
Read the original article Hit count: 410

Filed under:
|
|
|

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!!!

© Game Development or respective owner

Related posts about c++

Related posts about python