Python and C++ binding tutorials?

Started by
4 comments, last by GameDev.net 18 years, 11 months ago
anyone know of a good tutorial to show me how to bind python and c++ (and hence api - boost maybe?). also its preferable if i wouldn't have to use static methods like boost (use object instances - there aren't any lua libs with this, are there?). thanks.
Advertisement
no one?
Take a SWIG
Yes, go here to the Python site.
Take back the internet with the most awsome browser around, FireFox
Also bear in mind that developers tend to prefer extending Python with C++ than embedding Python in C++.
>> there aren't any lua libs with this, are there?

Just take a look at toLua++ (http://www.codenix.com/~tolua/)

ElSchullo.

This topic is closed to new replies.

Advertisement