FTK-0.4 发布
转载时请注明出处和作者联系方式
文章出处:http://www.limodev.cn/blog
作者联系方式:李先静 <xianjimli@gmail.com>
经过大家一个月的努力,在FTK诞生6个月之际,FTK-0.4如期发布,其主要修改有:
1. 修改了一些BUG。
2. 完整的支持LUA绑定。
3. 完善交叉编译脚本。
4. 增加FTK配置文件。
5. 优化显示速度。
6. 增加缩放动画效果。
7. UCOSII支持(Windows模拟环境)。
特别感谢minpengli,Riwen Huang,zhangalion,tao yu,yapo su, phil song, ZhiHua Huang, hua song, Richard Sharpe和其他参与FTK开发和讨论的朋友们。欢迎大家加入邮件列表 讨论。
有兴趣的朋友请到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(working)
- Screen rotation(TODO).
- Guesture recognition(TODO).
FTK-0.4截图:
按钮:
单选/多选框:
下拉框:
对话框:
列表框:
进度条:
多行编辑器:
忙等待:
图标视图:
输入法:
单行编辑器:
全屏效果:
桌面:
计算器: