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

From FlightGear wiki
Jump to navigation Jump to search
Line 7: Line 7:
Come up with a simple Inkscape extension that can serve as the foundation for creating Canvas based MFDs more easily.
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).
Ideally, in conjunction with Richard's MFD framework and the Emesary IPC system (eventually).
* [[Canvas MFD Framework]]
* [[Emesary]]


== Python ==
== Python ==

Revision as of 15:00, 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.

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