Openframeworks + Python
Solution 1:
Experiments on python 2.6 has been made, see @Babu answer. But not updates..
I don't know a lot about it but you can try to have a look at SIP (even i think it is an hard task to let it work completely):
SIP is a tool for quickly writing Python modules that interface with C++ and C libraries. Its home page is at http://riverbankcomputing.co.uk/software/sip/intro. It was written by Phil Thompson who is still actively maintaining it.
Solution 2:
I don't think there is a binding available for Python 2.7. For 2.6, it's available here,
For Windows: http://forum.openframeworks.cc/index.php/topic,3031.0.html
For OSX: http://forum.openframeworks.cc/index.php/topic,2763.0.html
Solution 3:
I am also very interested by Python bindings, but it seems quite hard to implement... That's why things like cppyy could be really handy! I didn't have a close look yet, but it's definitely on my todo list.
Solution 4:
Interesting thing to checkout when working with OpenFrameWorks + Python is using BeautifulSoup to parse HTML and use that in OPenFrameworks to visualize the informations.
Post a Comment for "Openframeworks + Python"