简体   繁体   English

如何将C ++库与Python集成?

[英]How do I integrate C++ library with Python?

I want to integrate Berkelium (www.berkelium.org) with Blender to render browser in Blender scenes. 我想将Berkelium(www.berkelium.org)与Blender集成在一起,以在Blender场景中渲染浏览器。 Blender allows you to write python add-ons ( http://wiki.blender.org/index.php/Doc:2.6/Manual/Extensions ). Blender允许您编写python附加组件( 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? 我只知道一点点python对我来说是一个很好的起点? How do I call Berkelium methods in my python add-ons? 如何在python附加组件中调用Berkelium方法? Here is the link for Berkelium builds: https://github.com/sirikata/berkelium/downloads 这是Berkelium构建的链接: https : //github.com/sirikata/berkelium/downloads

It seems this is covered by the python docs. 看来这已涵盖在python文档中。 Perhaps t his will be of interest. 也许他会感兴趣的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM