轉載時請註明出處和作者連絡方式
文章出處: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.
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:
Button:
Cairo:
Calculator:
CheckButton
ComboBox:
Cursor:
Desktop:
Dialog:
Entry:
Animation:
File Chooser:
OpenGLES:
FullScreen:
IconView:
ImageButton:
Input Method:
Label:
ListView:
Menu:
MessageBox:
Popup Menu:
Programs:
ProgressBar:
Text View:
Transparent:
WaitBox