Howto:Hacking Inkscape to add Canvas support: Difference between revisions

Jump to navigation Jump to search
Line 10: Line 10:
== Background ==
== Background ==
{{See also|FG1000}}
{{See also|FG1000}}
Traditional Unix scripts can be used to extend Inkscape's functionality. Such programs read a stream of data on standard input, transform the data in some way, and then write the modified data to standard output. This is an easy way to expand Inkscape and provide custom functionality without learning the internals of Inkscape. Libraries for reading and writing SVG data exist for many programming languages, and most provide support for XML. This tutorial describes the "ins and outs" of writing one of these scripts and making it work with Inkscape's core functionality.


Inkscape couuld also be used to directly establish a "connection" with FlightGear (think telnet/props, httpd etc)
Inkscape couuld also be used to directly establish a "connection" with FlightGear (think telnet/props, httpd etc)

Navigation menu