On 2010-08-11 22:57, Mathieu Bouchard wrote:
On Wed, 11 Aug 2010, padovani wrote:
I would like to know if there are any Pd objects out there written in C++...
There are three C++ interfaces to Pd that are currently in use :
- GridFlow's
- GEM's
- Flext
there are more. e.g. georg holzmann's "PDContainer" (externals/grh/PDContainer) is written in C++ (it's a wrapper around the C++ STL) and uses it's own interface.
georg's interface has no dependencies (apart from c++ and pd), whereas flext, gem and gf need to be installed if you use them (unless you are just cloning the code)
gmasdr IOhannes