python API wrapper for C++ API

Mark Doberenz mark.doberenz at righthemisphere.com
Mon Nov 29 18:42:30 EST 2004


I'm fairly new at Python, but I've got a project I really want to do.
 
I'm working with a real-time 3D program called Deep Creator, and it has
a C++ API written for it.  I'm wondering what it would take to create a
Python wrapper that would allow me to write Python programs that would
call the C++ API.
 
The main issue I'm running into is that I need to create a DLL that I
load as a plugin into Deep Creator.  I then will specify a python
program inside Deep Creator that I want to run, and the DLL plugin will
be the link between the python program and Deep Creator.
 
I'd really appreciate any ideas or issues that people see with this set
up.
 
Thanks,
Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20041130/e28a7cf2/attachment.html>


More information about the Python-list mailing list