嵌入式GUI的对比和选择
前面的项目需要一个嵌入式GUI,找到一篇老外写的各种GUI的比较,个人认为比较有价值,miniGUI,QT,GTK,directFB,SDL。。。。见下面这个链接
http://www.cmtekchina.com/doc/linux.html :P谢谢 有比较吗?我怎么没有看到啊,QT比较大,不适合在小资源的场合使用,TinyX比较不错,是XFree86的精化版,网上有一个TinyOSLinux不到10MB,就是使用了TinyX+FLTK. 我用的UCGUI,很小、很强大,不错~ 本帖最后由 centimetre 于 2010-5-26 13:00 编辑
有比较吗?我怎么没有看到啊,QT比较。。
这位tx估计没看完吧,
从底层开始比较的,
底层的包括DirectFB和SDL,Tiny-X,nand-X(microwindows),Direct比较适合小型设备,SDL适合游戏开发,
高层的GTK,QT,FLTK,WxEmbedded。。。。
分析了各种的性能和适用范围,以及所占内存的大小,最后给了个结论,我抄一下,
Lowlevel
components: DirectFB, X.org, NanoX
Highlevel
components: Gtk, Qt, Fltk, WxEmbedded, EFL,
miniGUI
There is a large number of solutions to develop graphical
interfaces with free software libraries
However, the size of the user and developer community and
its vitality is one of the most important criteria when
choosing a solution
For that reason, DirectFB, X.org, Gtk and Qt seem to be
most interesting solutions today
www.cmtekchina.com
页:
[1]