On 2003-04-16 at 1306.19 -0500, Michael J. Hammel typed this: > On Wed, 2003-04-16 at 12:56, Carol Spears wrote: > > one thing i have often wondered is why sketch is not just imported into > > the gimp libraries. it already uses vectors and paths. why bother with > > building these things at home? especially if they are already written > > and working elsewhere? > > One reason might be because the Sketch code is based on Python methods > that handle the vector processing for it. The GTK+ UI is based on the > Python GTK+ bindings, I believe. It's not C code, so importing it into > the GIMP source would not be trivial. At least that's my take on it, > though I might be wrong on how hard it would be to import those methods. does this just mean that it needs a gtk interface to it? carol