On Sat, 18 Mar 2006 00:55:26 +0100 Jon Cruz <jon@...204...> wrote:
On Friday, March 17, 2006, at 10:05 PM, Terry Hancock wrote:
I'm writing an application which is not just a filter, but should run alongside Inkscape, I want to be able to pass information to and from it. I think I can solve the interprocess communication problem in my own software (not trivial since I've never tried it, but there are facilities for it in Python).
Try getting onto the Inkscape Jabber channel in a few days. There might be some other way to approach things you could take. Otherwise it's starting to sound like what we might want to refactor the extensions mechanism to do, and there are pieces almost ready to start working that out.
Hmm. "Extensions module" sounds promising. Is this something that will have multiple-language bindings (or at least Python for my part)? I haven't programmed anything in C in years (and realistically, it's probably going to stay that way).