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

From FlightGear wiki
Jump to navigation Jump to search
Line 3: Line 3:
Inkscape’s extension architecture can be easily used with Python.  There is also some support for other scripting languages.
Inkscape’s extension architecture can be easily used with Python.  There is also some support for other scripting languages.
communications between inkscape and its extensions is fairly limited and can be made to easily work for simple command-line (CLI) appliications.
communications between inkscape and its extensions is fairly limited and can be made to easily work for simple command-line (CLI) appliications.
== Background ==
Inkscape couuld also be used to directly establish a "connection" with FlightGear (think telnet/props, httpd etc)


== Goal ==
== Goal ==

Revision as of 15:02, 5 January 2018

This article is a stub. You can help the wiki by expanding it.

Inkscape’s extension architecture can be easily used with Python. There is also some support for other scripting languages. communications between inkscape and its extensions is fairly limited and can be made to easily work for simple command-line (CLI) appliications.

Background

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

Goal

Come up with a simple Inkscape extension that can serve as the foundation for creating Canvas based MFDs more easily. Ideally, in conjunction with Richard's MFD framework and the Emesary IPC system (eventually).

Python

WIP.png Work in progress
This article or section will be worked on in the upcoming hours or days.
See history for the latest developments.

Resources

Related

References