Hello,
I would like to make it easier for Inkscape users to create their own script extensions, especially effects (ie. scripts that operate on the current image).
*Ideally* this would involve creating some kind of visual programming language to allow users to drag-and-drop high-level SVG editing commands with intuitive icons into a editor field to create their program - without having to write a single line of code.
*Practically* there is no way I could code something so complex in the time-span. Thus I think I should focus on automating as much of the ScriptingHOWTO section as possible.
This would (possibly) include: - A graphic tool to generate INX files? - Creating some useful python functions (eg. "addStar()") to allow users to create their script quickly? - An interactive function navigator?
Would this be a viable summer of code project? I haven't used GTK+ before nor created an Inkscape extension (yet)
Thanks, Andrew Simmons