嵌入式GUI RTTHREAD/FTK0.6发布

转载时请注明出处和作者联系方式
文章出处:http://www.limodev.cn/blog
作者联系方式:李先静 <xianjimli@gmail.com>

嵌入式GUI RT-THREAD/FTK 0.6 Release Notes

o add tab widget
o add file browser widget
o add opengles backend
o port to android
o port to rt-thread
o port to wince
o port to iphone
o more documation.
o multi font size supported.
o re-implement window animation.
o performace and memory optimization.
o use gb2312 font to replace unicode fnt.
o use google pinyin as default input method.
o re-create vs2008 project, and port desktop to windows.
o re-implement default font to minimized the memory size.
o change font_canvas to interface, so it can be optimized on different platform.

特别感谢下面的朋友:

bernard bernard.xiong at gmail.com
何海强 ngwsx2008 at 126.com
richardhahaha biometric.cn at gmail.com
Lin Shao qiuyiuestc at gmail.com
焦进星 jiaojinxing1987 at gmail.com
廖耿耿 liaoggnihao at gmail.com
yapo woodysu at gmail.com
davy lee greatolee at gmail.com
zhou min dcdcmin at gmail.com
Vinx Zhu vinx.zhu at gmail.com
Su Zhenbing malajisi at gmail.com
李伟杰 maidisula at hotmail.com
tao yu yut616 at gmail.com
spremi spremi at ymail.com
ZhiHua Huang huangzhihua at gmail.com

感谢所有参与FTK开发、讨论、使用和Code Review的朋友们。

欢迎大家加入邮件列表 讨论。

有兴趣的朋友请到FTK 下载源代码。

附:
A gui library for embedded system. FTK equals funny tool kit, write it just for fun.

ftk

General features:

  • Lightweght.
  • Beautiful look and feel.
  • High code quality: design pattern, good code style.
  • Stable: code review, unit test, stress test, valgrind checked.
  • Full gui features: window, dialog, panel, button, menu…
  • Good portability: Unix, Windows, RTOS…

Modern features:

  • Theme.
  • Window animation.
  • Alpha channel to implement transparent/translucent window.
  • XML UI description language.
  • Script binding.
  • InputMethod with Handwrite
  • Screen rotation
  • Guesture recognition(TODO).

部分截图:
OpenGLES:
alpha3d.png
alpha.png
Button:
button.png
Cairo:
cairo1.png
cairo2.png
Calculator:
calc.png
CheckButton
checkbutton.png
ComboBox:
combobox.png
Cursor:
cursor.png
Desktop:
desktop.png
Dialog:
dialog.png
Entry:
entry.png
Animation:
expand.png
File Chooser:
filechooser.png
OpenGLES:
fog.png
FullScreen:
fullscreen.png
IconView:
iconview.png
ImageButton:
imagebutton.png
Input Method:
ime.png
Label:
label.png
ListView:
listview.png
Menu:
menu.png
MessageBox:
msgbox.png
Popup Menu:
popmenu.png
Programs:
programs.png
ProgressBar:
progressbar.png
Text View:
text_view.png
Transparent:
translucent.png
transparent.png
WaitBox
waitbox.png


原文地址:https://www.cnblogs.com/zhangyunlin/p/6167380.html