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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to