问题
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:
It seems this is covered by the python docs. Perhaps this will be of interest.
来源:https://stackoverflow.com/questions/16504795/how-do-i-integrate-c-library-with-python