
On Tue, Jan 04, 2005 at 03:58:36PM -0600, Derek P. Moore wrote:
Basically it would mean turning Inkscape's renderer into a shared library (which might benefit Inkscape along the way). You'd also have
I trust mental and bulia's comments about "it would be very hard", but because I'm insane, what portions make it hard to do? Off the top of my head, it seem that the Repr tree is tied to the Views (and therefore a GUI window) at the top, and that's the major "hook" into the GUI portion of the application. Is there more?
I mean, even if that one thing was fixes, that .so file would be a freakin' MONSTER. It would be most of the inkscape codebase. (though inkscape could use it too, so I guess that's not so bad).
"inkview" is already split off... is it possible to create widgets without instantiating them? (As a quick hack to test the idea?)