矢量绘图程序的最佳GUI库 [英] best GUI library for vector drawing program

查看:75
本文介绍了矢量绘图程序的最佳GUI库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,


什么是最好的跨平台GUI库用于基于矢量

的CAD程序(类似Windows上的Visio) WxWidgets,

Tk,PyQt,Java Swing,Java SWT,????我需要能够在一个看起来像纸页的窗口中绘制和编辑
,所以WYSIWYG

非常重要,我需要将图纸保存在矢量中

文件格式,如PS,EPS,SVG,以及图像格式,如jpg,

png和gif。此外,图像需要具有高分辨率,以便它们可以粘贴到Windows操作系统中的各种其他程序中,以及

Linux操作系统和Mac OS。 />

提前致谢,

Dan

Hello,

What would be the best cross-platform GUI library to use for a vector
based CAD program ( something like Visio on Windows ) WxWidgets,
Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to
draw and edit in a window that looks like a page of paper so WYSIWYG
is very important, and I need to save the drawings in vector based
file formats like PS, EPS, SVG, as well as image formats like jpg,
png, and gif. Also, the images need to be high resolution so that
they can be pasted into various other programs in Windows OS, and
Linux OS, and the Mac OS.

Thanks in advance,
Dan

推荐答案

chewie54写道:
chewie54 wrote:

什么是最好的跨平台GUI库用于基于矢量

的CAD程序(类似Windows上的Visio) WxWidgets,

Tk,PyQt,Java Swing,Java SWT,????我需要能够在一个看起来像纸页的窗口中绘制和编辑
,所以WYSIWYG

非常重要,我需要将图纸保存在矢量中

文件格式,如PS,EPS,SVG,以及图像格式,如jpg,

png和gif。此外,图像需要具有高分辨率,以便它们可以粘贴到Windows操作系统中的各种其他程序中,并且可以粘贴到Linux操作系统和Mac OS上。
What would be the best cross-platform GUI library to use for a vector
based CAD program ( something like Visio on Windows ) WxWidgets,
Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to
draw and edit in a window that looks like a page of paper so WYSIWYG
is very important, and I need to save the drawings in vector based
file formats like PS, EPS, SVG, as well as image formats like jpg,
png, and gif. Also, the images need to be high resolution so that
they can be pasted into various other programs in Windows OS, and
Linux OS, and the Mac OS.



您可能会考虑在''comp.graphics''层次结构中询问

而不是语言新闻组。


V

-

请在通过电子邮件回复时删除资金''A'

我请不要回复最热门的回复,请不要问

You might actually consider asking in the ''comp.graphics'' hierarchy
instead of the language newsgroups.

V
--
Please remove capital ''A''s when replying by e-mail
I do not respond to top-posted replies, please don''t ask


8月17日上午9:45,Victor Bazarov < v.Abaza ... @ comAcast.netwrote:
On Aug 17, 9:45 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:

chewie54写道:
chewie54 wrote:

什么会是最好的跨平台GUI库,用于基于矢量

的CAD程序(类似Windows上的Visio)WxWidgets,

Tk,PyQt,Java Swing,Java SWT ,????我需要能够在一个看起来像纸页的窗口中绘制和编辑
,所以WYSIWYG

非常重要,我需要将图纸保存在矢量中

文件格式,如PS,EPS,SVG,以及图像格式,如jpg,

png和gif。此外,图像需要具有高分辨率,以便它们可以粘贴到Windows操作系统中的各种其他程序中,并且可以粘贴到Linux操作系统和Mac OS上。
What would be the best cross-platform GUI library to use for a vector
based CAD program ( something like Visio on Windows ) WxWidgets,
Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to
draw and edit in a window that looks like a page of paper so WYSIWYG
is very important, and I need to save the drawings in vector based
file formats like PS, EPS, SVG, as well as image formats like jpg,
png, and gif. Also, the images need to be high resolution so that
they can be pasted into various other programs in Windows OS, and
Linux OS, and the Mac OS.



您可能会考虑在''comp.graphics''层次结构中询问

而不是语言新闻组。


V

-

请在通过电子邮件回复时删除资金''A'

我不要回复最热门的回复,请不要问


You might actually consider asking in the ''comp.graphics'' hierarchy
instead of the language newsgroups.

V
--
Please remove capital ''A''s when replying by e-mail
I do not respond to top-posted replies, please don''t ask



该组似乎不再活跃。


8月17日上午8:27,chewie54< dfabrizi ... @ gmail.comwrote:
On Aug 17, 8:27 am, chewie54 <dfabrizi...@gmail.comwrote:

你好,b $ b什么是最好的跨平台GUI库用于基于矢量

的CAD程序(类似于Windows上的Visio)WxWidgets,

Tk,PyQt,Java Swing,Java SWT,????我需要能够在一个看起来像纸页的窗口中绘制和编辑
,所以WYSIWYG

非常重要,我需要将图纸保存在矢量中

文件格式,如PS,EPS,SVG,以及图像格式,如jpg,

png和gif。此外,图像需要具有高分辨率,以便它们可以粘贴到Windows操作系统中的各种其他程序中,以及

Linux操作系统和Mac OS。 />

在此先感谢,

Dan
Hello,

What would be the best cross-platform GUI library to use for a vector
based CAD program ( something like Visio on Windows ) WxWidgets,
Tk, PyQt, Java Swing, Java SWT,???? I need the capibility to
draw and edit in a window that looks like a page of paper so WYSIWYG
is very important, and I need to save the drawings in vector based
file formats like PS, EPS, SVG, as well as image formats like jpg,
png, and gif. Also, the images need to be high resolution so that
they can be pasted into various other programs in Windows OS, and
Linux OS, and the Mac OS.

Thanks in advance,
Dan



我认为wxPython与PIL和/或matplotlib结合使用可以工作。

我很确定wxPython用户列表中的人已经使用其他库完成了

矢量图形。


迈克

I think wxPython in conjunction with PIL and/or matplotlib could work.
I''m pretty sure the people on the wxPython user''s list have done
vector graphics using those other libraries.

Mike


这篇关于矢量绘图程序的最佳GUI库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆