From: Robert L K. <rl...@al...> - 2000-02-05 22:37:01
|
Date: Sat, 05 Feb 2000 14:40:11 -0700 From: "S. Miller" <sm...@rn...> Perhaps I should have stressed more that I was only talking about the GUI. To me GUIs are inherently object oriented, and it made sense to use C++ there. Calling other languages from C++ is trivial, but the reverse is probably not the case. What I wasn't sure of is what restrictions Gimp imposed. I haven't completely figured out how plug-ins interface with Gimp, but since there is a main I assumed it was a standalone executable, and so this approach might work. So as long as I can keep from bleeding into the driver code (which I guess is one of the main goals anyway), and keep the Makefile from breaking, I'll see what I can do with it. Yup, it's a standalone executable. The interfaces with the Gimp are fairly straightforward-looking. |