[Bf-python] Adding dylib (.so) to Blender for use by BGE or 3D window?

Campbell Barton ideasman42 at gmail.com
Sun Apr 28 03:12:56 CEST 2013


Hi Paul,
You can use pythons ctypes, this isn't blender specific, theres lots
of docs on how to do this.

Though youll have to expose a C API from the C++ lib since their isn't
a standard ABI for C++.

On 4/28/13, Paul Coones <paulcoones at comcast.net> wrote:
> I don't seem to be able to access outside .so libraries in Blender. Where
> and how can this be done? Can this be done by script? The .so library
> contains c++ methods. It can be done in Windows, but not on Mac. Interested
> in using one in the BGE by scripts.
>
> upretirementman
> Skype - paul.coones7641
> Aim - paul_coones at aim.com
> paulcoones at comcast.net
>
>
>
>
> _______________________________________________
> Bf-python mailing list
> Bf-python at blender.org
> http://lists.blender.org/mailman/listinfo/bf-python
>


-- 
- Campbell



More information about the Bf-python mailing list