View Single Post
Old Apr 14th, 2008, 1:45 AM   #4
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
Re: 'C'oo'P'eration!

In the project linked in my sig, we interface tens of thousands of C++ with thousands of lines of python. We have very deep interactions, include passing python functions into a C++ based event system. The only thing that is a pain is the Boost.Python build times. I recommend something like SWIG or Py++ if you want to easily wrap C++ code a large amount of C++ code.
__________________
Robotics @ Maryland AUV Team - Software Lead
Game_Ender is offline   Reply With Quote