
From: Thinker K.F. Li <thinker@...2485...> Subject: Re: Embed Python script engine Date: Mon, 22 Nov 2010 09:03:48 +0800 (CST)
From: Thinker K.F. Li <thinker@...2485...> Subject: Embed Python script engine Date: Mon, 22 Nov 2010 01:10:49 +0800 (CST)
Hi all,
A week ago, I had post a message about adding a dock item with Python script in Inkscape window. Actually, I had embedded Python script engine to Inkscape successfully in our Inkscape branch (pybind). It works with low latency compared to the extension interface provided by Inkscape now. It is also more powerful than what the extension interface is now. We make it for another project. With this Inkscape branch (pybind), we can add a dock item, or any widget around canvas. We even create a timeline GTK widget with Python and pack it just under the SVG canvas. With this branch, some functions, of Inkscape, that is not CPU-intensive can be implemented with Python script. So, I want to know if it is possible to merge our Inkscape branch (pybind) back to the trunk.
I forget to give the URL of the branch,
http://www.youtube.com/watch?v=bwzBQdruZJo
This is the video to show our latest status. The video was made by my partner.