生成基本绘图并将其导入 Inkscape?
我开发了一个为软件工程文档生成框图的工具。这是在“内存中”完成的:我的工具没有图形输出(它只是一组算法)。
这些框图是带有属性(名称,...)的彩色矩形。它们具有输入/输出端口(带有名称的较小矩形)以及端口之间的接线。等等。我在自己的工具中管理所有这些元素的图形位置。
我想知道 Inkscape 是否适合显示我的算法结果(其他众所周知的工具,如 Graphviz、tulip 等已变得不够用)。
我想答案可能是“是的!”但是 Inkscape 使用什么格式呢?它们简单且有记录吗? xml还是什么?
那么我可以从外部控制 Inkscape 生成 pdf、png 等吗?仅供参考,我的工具是用 Ruby 编写的。
有什么想法吗?
ps:我可以生成的东西看起来像这样 示例
I develop a tool that generates block-diagrams for software engineering documentation. This is done "in memory": my tool has no graphical outputs (it is just a set of algorithms).
These block diagram are colored rectangles with attributes (name,...). They have input/output ports (smaller rectangle with name), and the wiring between ports. etc. I manage the graphical position of all these elements in my own tool.
I would like to know if Inkscape could be a good candidate to display the result of my algorithms (other well known tools like Graphviz, tulip, etc have turned to be inadequate).
I guess the answer can be 'yes!' but what formats are used to feed Inkscape ? Are they easy and documented ? xml or whatever ?
Then can I control Inkscape from outside to generate pdf, png etc ? FYI, my tool is written in Ruby.
Any idea ?
ps : the kind of thing I could generate looks like this example
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)