How do I integrate C++ library with Python?

404 Views Asked by At

I want to integrate Berkelium (www.berkelium.org) with Blender to render browser in Blender scenes. Blender allows you to write python add-ons (http://wiki.blender.org/index.php/Doc:2.6/Manual/Extensions). I know only a little bit python what would be a good starting point for me? How do I call Berkelium methods in my python add-ons? Here is the link for Berkelium builds: https://github.com/sirikata/berkelium/downloads

1

There are 1 best solutions below

0
On

It seems this is covered by the python docs. Perhaps this will be of interest.