How do I integrate C++ library with Python?

断了今生、忘了曾经 提交于 2020-01-17 08:29:12

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!