Re: C++ and Python
- From: "Roman Yakovenko" <roman.yakovenko@xxxxxxxxx>
- Date: Fri, 31 Mar 2006 12:20:56 +0300
On 30 Mar 2006 23:01:21 -0800, marc.wyburn@xxxxxxxxxxxxxx
<marc.wyburn@xxxxxxxxxxxxxx> wrote:
I've been learning to write VST plugins in C++ and would like to switch
back to Python. The first step of writing the plugin is to import the
C++ header files from the Steinberg SDK. How can I do this in Python.
I've tried looking at SWIG but didn't really understand what it was
trying to do. Should I be using SWIG to create Python versions of
the classes and then go from there or does it create glue code to talk
to the classes.
Hi. My advice is try to use boost.python library.
http://www.boost.org/libs/python/doc/tutorial/doc/html/index.html
There are also few code generators available for it: pyplusplus and Pyste.
--
http://mail.python.org/mailman/listinfo/python-list
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
.
- References:
- C++ and Python
- From: marc . wyburn
- C++ and Python
- Prev by Date: Can I control Video Card by using Python under linux?
- Next by Date: [ANN] pycdio 0.11
- Previous by thread: Re: C++ and Python
- Next by thread: [ANN] Firedrop 0.2.1
- Index(es):
Relevant Pages
|