由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问跨平台的GUI开发用什么?
相关主题
好一点的cross platform GUI library,除了QT,还有啥?语言选择, Java or Python?
关于python GUI开发请问有人使用wxpython出现显示问题吗?
就GUI来讲,哪个平台的GUI最好编?一个很简单的问题, 大家不要笑
What Java IDE do you recommend?如何做GUI
关于MFC:问个愚蠢的问题qt 即将推出LGPL版本
请问有没有讲cross platform c++开发的资料?GUI用什么语言开发比较好?
Python的开发环境和GUI开发工具大家c++开发GUI用什么工具?
现在Window下写GUI的话用什么库?请问 C#除了作GUI开发,还有什么好处?
相关话题的讨论汇总
话题: qt话题: flash话题: standalone话题: java话题: gtk
进入Programming版参与讨论
1 (共1页)
k***s
发帖数: 277
1
是GTK? QT?还是别的什么TOOLKITS。
那个用的较多?
多谢。
k***r
发帖数: 4260
2
wxwidgets, libfox, fltk

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

g*****g
发帖数: 34805
3
java, hehe

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

r****t
发帖数: 10904
4
qt, qt. I just make some windows Qt code running under Linux, requiring
almost no modification in source.

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

f*****Q
发帖数: 1912
5
mono.
d******n
发帖数: 42
6
Qt
c*******u
发帖数: 1269
7
flash
k***r
发帖数: 4260
8
not a bad idea but it has to have a web backend, right? maybe AIR. Can it be
a standalone app?

【在 c*******u 的大作中提到】
: flash
N********n
发帖数: 8363
9
拿JAVA凑合一下吧。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

c*******u
发帖数: 1269
10
of cause it can be a standalone app. It can be run on embedded device also if your device supports flash.

be

【在 k***r 的大作中提到】
: not a bad idea but it has to have a web backend, right? maybe AIR. Can it be
: a standalone app?

相关主题
请问有没有讲cross platform c++开发的资料?语言选择, Java or Python?
Python的开发环境和GUI开发工具请问有人使用wxpython出现显示问题吗?
现在Window下写GUI的话用什么库?一个很简单的问题, 大家不要笑
进入Programming版参与讨论
g*****g
发帖数: 34805
11
To date I never saw a flash application that can open a local file,
so I guess it has huge limiation for being a standalone app.

if your device supports flash.

【在 c*******u 的大作中提到】
: of cause it can be a standalone app. It can be run on embedded device also if your device supports flash.
:
: be

c*******u
发帖数: 1269
12
Of cause it can, it can open/save file etc. The only limitation I run into
and it is a blocking issue for me is it does not support custom header in
http request, I guess I can get down to socket level to get around, but
that's too much learning for me so give flash up to vb.net.
k***r
发帖数: 4260
13
Interesting ... vb.net is not "officially" crossplatform.
You could wait for silverlight, though :)

【在 c*******u 的大作中提到】
: Of cause it can, it can open/save file etc. The only limitation I run into
: and it is a blocking issue for me is it does not support custom header in
: http request, I guess I can get down to socket level to get around, but
: that's too much learning for me so give flash up to vb.net.

g*****g
发帖数: 34805
14
I doubt a flash running inside browser can do that. If it can,
it'll be a security violation and you'll see tons of flash trojan
by now.

【在 c*******u 的大作中提到】
: Of cause it can, it can open/save file etc. The only limitation I run into
: and it is a blocking issue for me is it does not support custom header in
: http request, I guess I can get down to socket level to get around, but
: that's too much learning for me so give flash up to vb.net.

f*****Q
发帖数: 1912
15
I remember mono 2.0 support VB.net, but don't expect too much.
y****e
发帖数: 23939
16
qt4,用PyQt做开发,我们的软件在Linux,MacOS,WinXP,Vista下都用得很好。一次
开发,处处可用。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

c*******u
发帖数: 1269
17
I am not LZ. crossplatform is not required in my project.

【在 k***r 的大作中提到】
: Interesting ... vb.net is not "officially" crossplatform.
: You could wait for silverlight, though :)

c*******u
发帖数: 1269
18
The web-browser players (ActiveX control and Plugin players) enforce local
security rules whenever used in a web browser. I have a standalone flash
appl can display images stored in my local drive.

【在 g*****g 的大作中提到】
: I doubt a flash running inside browser can do that. If it can,
: it'll be a security violation and you'll see tons of flash trojan
: by now.

c*******u
发帖数: 1269
19
我很想学QT, 用python比c++好在什么地方呢?

【在 y****e 的大作中提到】
: qt4,用PyQt做开发,我们的软件在Linux,MacOS,WinXP,Vista下都用得很好。一次
: 开发,处处可用。

g*****g
发帖数: 34805
20
I understand a standalone flash has potential capability to do anything.
But you mention http header at the same time, that's confusing.
When flash is running as standalone, it competes with Java, Mono or any
cross-platform language out there, and it doesn't seem to be popular
doing that.

【在 c*******u 的大作中提到】
: The web-browser players (ActiveX control and Plugin players) enforce local
: security rules whenever used in a web browser. I have a standalone flash
: appl can display images stored in my local drive.

相关主题
如何做GUI大家c++开发GUI用什么工具?
qt 即将推出LGPL版本请问 C#除了作GUI开发,还有什么好处?
GUI用什么语言开发比较好?跨平台IDE中哪个最好用?
进入Programming版参与讨论
c*******u
发帖数: 1269
21
我是做embedded device的。 要想把GUI做得跟apple那么fancy, 哪个tool最好? GTK
连让button 透明都做不了。
b****o
发帖数: 403
22
现在流行qt吧
m********a
发帖数: 1312
23
一直用c++做3D相关的图形界面,
以前用wxWidgets/wxPython
现在用qt
相比之下qt更成熟,有trolltech/nokia支持,而且有些自己的特色,不过有license限
制。
wxWidget完全免费,基本也能满足需要,不过似乎最近的进展不大。
java swing/awt做图形虽然简单方便,容易上手,但是似乎东西做大了后速度不够。而
且3D基本无望。
m********a
发帖数: 1312
24
这些日子用qt的stylesheet来做gui美容,效果相当不错,最主要是你可以动态改变
style,无需从新compile。
而且经过简单training后公司的不懂编程的artist基本可以自己搞了。

GTK

【在 c*******u 的大作中提到】
: 我是做embedded device的。 要想把GUI做得跟apple那么fancy, 哪个tool最好? GTK
: 连让button 透明都做不了。

c*******u
发帖数: 1269
25
看来QT是几个里最popular的。QT是双 license, 商用才收费吧,好象还很便宜。
g*****g
发帖数: 34805
26
java swing在6.0之后速度有很大提高,如果觉得不够好可以用swt。
我们用swt做相当复杂的胖客户端,当然只是商业计算。
我以前也用java 3D做过一些demo,大部分应用问题不大。如果要
写doom那样的游戏是不行,除非去bind openGL.

【在 m********a 的大作中提到】
: 一直用c++做3D相关的图形界面,
: 以前用wxWidgets/wxPython
: 现在用qt
: 相比之下qt更成熟,有trolltech/nokia支持,而且有些自己的特色,不过有license限
: 制。
: wxWidget完全免费,基本也能满足需要,不过似乎最近的进展不大。
: java swing/awt做图形虽然简单方便,容易上手,但是似乎东西做大了后速度不够。而
: 且3D基本无望。

z*****m
发帖数: 119
27
HTML+AJAX
Java
x****u
发帖数: 44466
28
在windows上写的规矩点,Linux下用wine跑就没什么问题了。

【在 k***s 的大作中提到】
: 是GTK? QT?还是别的什么TOOLKITS。
: 那个用的较多?
: 多谢。

g*****y
发帖数: 7271
29
For commercial, one QT license costs about 5/6 thousands for multiple
platform.

【在 c*******u 的大作中提到】
: 看来QT是几个里最popular的。QT是双 license, 商用才收费吧,好象还很便宜。
r*********r
发帖数: 3195
30
Qt ! Qt 的对象模型做得很好。
以前开发工具差了点,现在有进步。
相关主题
hg 和 git 比较关于python GUI开发
关于QT就GUI来讲,哪个平台的GUI最好编?
好一点的cross platform GUI library,除了QT,还有啥?What Java IDE do you recommend?
进入Programming版参与讨论
k***r
发帖数: 4260
31
不知道Mac OS上面有没有类似Wine的东东

【在 x****u 的大作中提到】
: 在windows上写的规矩点,Linux下用wine跑就没什么问题了。
1 (共1页)
进入Programming版参与讨论
相关主题
请问 C#除了作GUI开发,还有什么好处?关于MFC:问个愚蠢的问题
跨平台IDE中哪个最好用?请问有没有讲cross platform c++开发的资料?
hg 和 git 比较Python的开发环境和GUI开发工具
关于QT现在Window下写GUI的话用什么库?
好一点的cross platform GUI library,除了QT,还有啥?语言选择, Java or Python?
关于python GUI开发请问有人使用wxpython出现显示问题吗?
就GUI来讲,哪个平台的GUI最好编?一个很简单的问题, 大家不要笑
What Java IDE do you recommend?如何做GUI
相关话题的讨论汇总
话题: qt话题: flash话题: standalone话题: java话题: gtk