awtk/README_zh.md

424 lines
13 KiB
Markdown
Raw Permalink Normal View History

2020-07-28 14:47:50 +08:00
# AWTK = Toolkit AnyWhere
![zlg](docs/images/zlg_adv.jpeg)
## 一、介绍
[AWTK](README.md) 全称 Toolkit AnyWhere是 [ZLG](http://www.zlg.cn/) 开发的开源 GUI 引擎旨在为嵌入式系统、WEB、各种小程序、手机和 PC 打造的通用 GUI 引擎,为用户提供一个功能强大、高效可靠、简单易用、可轻松做出炫酷效果的 GUI 引擎。
> 欢迎广大开发者一起参与开发:[生态共建计划](docs/awtk_ecology.md)。
#### [AWTK](README.md) 寓意有两个方面:
* Toolkit AnyWhere。
* ZLG 物联网操作系统 AWorksOS 内置 GUI。
#### [AWTK](README.md) 源码仓库:
* 主源码仓库:[https://github.com/zlgopen/awtk](https://github.com/zlgopen/awtk)
* 镜像源码仓库:[https://gitee.com/zlgopen/awtk](https://gitee.com/zlgopen/awtk)
* 稳定版整合包https://pan.baidu.com/s/1_oRgj67M-I4kivk-YzwFWA 提取码1cmi
#### AWTK Designer 界面设计工具:
* 不再需要手写 XML
* 拖拽方式设计界面,所见即所得
* 快速预览,一键打包资源
* 注册及下载地址https://awtk.zlg.cn
![AWTK Designer](docs/images/designer.png)
#### 运行效果截图:
![Chart-Demo](docs/images/chart_main.png)
![MusicPlayer-Demo](docs/images/musicplayer_main.png)
![Watch](docs/images/smartwatch_main.png)
## 二、最终目标:
* 支持开发嵌入式应用程序。✔
* 支持开发 Linux 应用程序。✔
* 支持开发 MacOS 应用程序。✔
* 支持开发 Windows 应用程序。✔
2024-11-03 21:39:30 +08:00
* 支持开发 [Web](https://github.com/zlgopen/awtk-webt.git) 应用程序。✔
2024-11-03 21:37:13 +08:00
* 支持开发 [Android](https://github.com/zlgopen/awtk-android.git) 应用程序。✔
* 支持开发 [iOS](https://github.com/zlgopen/awtk-ios.git) 应用程序。✔
* 支持开发 [鸿蒙系统](https://github.com/zlgopen/awtk-harmonyos-next.git) 应用程序。✔
2020-07-28 14:47:50 +08:00
* 支持开发 2D 小游戏。
## 三、主要特色
### 1. 跨平台
[AWTK](README.md) 是跨平台的,这有两个方面的意思:
2024-11-03 21:37:13 +08:00
* AWTK 本身是跨平台的。目前支持的平台有 ZLG AWorksOS、Windows、Linux、MacOS、嵌入式 Linux、Android、iOS、鸿蒙系统、Web 和嵌入式裸系统,可以轻松的移植到各种 RTOS 上。AWTK 以后也可以运行在各种小程序平台上运行。
2020-07-28 14:47:50 +08:00
* AWTK 同时还提供了一套跨平台的基础工具库。其中包括链表、数组、字符串 (UTF8 和 widechar),事件发射器、值、对象、文件系统、互斥锁和线程、表达式和字符串解析等等,让你用 AWTK 开发的应用程序可以真正跨平台运行。
### 2. 高效
[AWTK](README.md) 通过一系列的手段保证 AWTK 应用程序高效运行:
* 通过脏矩算法只更新变化的部分。
* 支持 3 FrameBuffer 让界面以最高帧率运行 (可选)。
2021-05-11 15:50:24 +08:00
* UI 描述文件和窗体样式文件使用高效的二进制格式,解析在瞬间完成。
2020-07-28 14:47:50 +08:00
* 支持各种 GPU 加速接口。如 OpenGL、DirectX、Vulkan 和 Metal 等。
* 支持嵌入式平台的各种 2D 加速接口。目前 STM32 的 DMA2D 和 NXP 的 PXP 接口,厂家可以轻松扩展自己的加速接口。
### 3. 稳定
[AWTK](README.md) 通过下列方式极力让代码稳定可靠:
* 使用 cppcheck 和 facebook infer 进行静态检查。
* 使用 valgrind 进行动态内存检查。
* 近两万行的单元测试代码。
* ZLG 强大 GUI 团队的支持。
* 经过多个实际项目验证。
* 多平台 / 多编译器验证。
* 优秀的架构设计。
* Code Review。
* 手工测试。
### 4. 强大
* 丰富的控件 (持续增加中)。
* 支持各种图片格式 (png/jpg/gif/svg)。
* 支持各种字体格式 (点阵和矢量)。
2020-08-23 18:22:41 +08:00
* 支持窗口动画。
* 支持控件动画。
2020-07-28 14:47:50 +08:00
* 支持高清屏。
* 支持界面描述文件。
2021-05-11 15:50:24 +08:00
* 支持窗体样式描述文件。
2020-07-28 14:47:50 +08:00
* 主题切换实时生效。
* 支持控件布局策略。
* 支持对话框高亮策略。
* 丰富的辅助工具。
* 支持从低端的 Cortex M3 到各种高端 CPU。
* 支持无文件系统和自定义的文件系统。
* 支持裸系统和 RTOS。
2020-08-23 21:54:08 +08:00
* 支持事件录制与重放进行压力测试。
* 支持 Appium 进行全自动化 UI 测试。
2020-07-28 14:47:50 +08:00
### 5. 易用
* 大量的示例代码。
* 完善的 API 文档和使用文档。
* ZLG 强大的技术支持团队。
* 用 AWTK 本身开发的 [界面编辑器](https://awtk.zlg.cn)。
* 声明式的界面描述语言。一行代码启用控件动画,启用窗口动画,显示图片 (png/jpg/svg/gif)。
### 6. 高度扩展性
* 可以扩展自己的控件。
* 可以扩展自己的动画。
* 可以实现自己的主循环。
* 可以扩展自己的软键盘。
* 可以扩展自己的图片加载器。
* 可以扩展自己的字体加载器。
* 可以扩展自己的输入法引擎。
* 可以扩展自己的控件布局算法。
* 可以扩展自己的对话框高亮策略。
* 可以实现自己的 LCD 接口。
* 可以扩展自己的矢量引擎 (如使用 skia/cairo)。
* 所有扩展组件和内置组件具有相同的待遇。
### 7. 多种开发语言
[AWTK](README.md) 本身是用 C 语言开发的,可以通过 IDL 生成各种脚本语言的绑定。生成的绑定代码不是简单的把 C 语言的 API 映射到脚本语言,而是生成脚本语言原生代码风格的 API。目前支持以下语言 (以后根据需要增加):
* C
2021-04-21 15:50:58 +08:00
* Go
2020-07-28 14:47:50 +08:00
* C++
* lua
* java
* python
* Javascript on jerryscript
* Javascript on nodejs
* Javascript on quickjs
### 8. 国际化
* 支持 Unicode。
* 支持输入法。
* 支持字符串翻译 (实时生效)。
* 支持图片翻译 (实时生效)。
* 文字双向排版。
### 9. 为嵌入式软件定制的 MVVM 框架,彻底分离用户界面和业务逻辑。
* 性能高。
* 内存开销小。
* 隔离更彻底。
* 可移植到其它 GUI。
* 代码小 (~5000 行)。
* 无需学习 AWTK 控件本身的 API。
* 支持多种编程语言(目前支持 C/JS)。
> 详情请参考https://github.com/zlgopen/awtk-mvvm
### 10. 开放源码,免费商用 (LGPL)。
2020-12-06 18:23:47 +08:00
> 欢迎对照 [《GUI 引擎评价指标》](https://github.com/zlgopen/gui-lib-evaluation) 进行评测。
2020-07-28 14:47:50 +08:00
## 四、模拟运行:
### 下载代码
* 用 git 下载
> [Windows 下的 git](https://git-scm.com/download/win)
**下载代码**
```
git clone https://github.com/zlgopen/awtk.git
```
2020-08-23 18:32:36 +08:00
> 国内用户推荐使用https://hub.fastgit.org/zlgopen/awtk.git
2020-07-28 14:47:50 +08:00
> Windows 下可以用带 GUI 的 git 下载代码。
**更新代码(在 awtk 目录下运行)**
```
git pull
```
> 用 git 下载代码的好处是以后更新代码非常快。
* 直接下载 zip 文件
> 下载 [ zip 文件](https://github.com/zlgopen/awtk/archive/master.zip)。解压之后**需要把文件夹改名为 awtk**。
### Mac
2020-10-06 17:08:05 +08:00
如果没有安装 nodejs, scons 和 sdl2请在终端运行下面的命令 (假定已安装 brew)
2020-07-28 14:47:50 +08:00
```
2020-10-06 17:08:05 +08:00
brew install scons sdl2 node
2020-07-28 14:47:50 +08:00
```
编译运行 (在终端下,进入 awtk 所在的目录,并运行下列命令):
```
scons
./bin/demoui
```
### Ubuntu (版本 >=16)
如果没有安装 scons 和依赖的软件包,请在终端运行下面的命令:
```
2021-04-22 17:10:26 +08:00
sudo apt-get install gcc g++ scons libsndio-dev libgtk-3-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libasound2-dev libibus-1.0-dev fcitx-libs-dev git vim clang-format libharfbuzz-dev nodejs libreadline-dev
2020-07-28 14:47:50 +08:00
```
编译运行 (在终端下,进入 awtk 所在的目录,并运行下列命令):
```
scons
./bin/demoui
```
> 在 Ubuntu 14 上无法启动,请参考 [FAQ](docs/faq.md) 修改。
### Windows
> 请先安装 python(64 位系统要安装 64 位版本的 python)scons 和 Visual Studio C++(版本 >=2017)
> 如果没有安装 pywin32请 pip 安装:
```
pip install pywin32
```
2020-10-06 17:08:05 +08:00
如果没有安装nodejs请到 [nodejs](https://nodejs.org/en/)下载并安装。
2020-07-28 14:47:50 +08:00
编译运行 (在命令行模式下,进入 awtk 所在的目录,并运行下列命令):
```
scons
bin\demoui
```
2023-11-06 18:28:11 +08:00
### 编译参数
编译帮助信息:
```
scons help
```
导入编译参数文件:
```
scons DEFINE_FILE=./awtk_config_define.py
```
生成编译参数文件:
```
scons EXPORT_DEFINE_FILE=./awtk_config_define.py
```
2020-10-06 17:08:05 +08:00
### 所有平台
* 如果 PIL 没有安装,请用 pip 安装:
2020-07-28 14:47:50 +08:00
```
pip install Pillow
```
2020-10-06 17:08:05 +08:00
* 如果 glob 没有安装,请用 npm 安装:
```
npm install -g glob
```
2020-07-28 14:47:50 +08:00
## 五、在线演示
2022-07-26 09:22:10 +08:00
* [基本控件在线演示](https://awtk.zlg.cn/demos/awtk/demoui/index.html)
2020-07-28 14:47:50 +08:00
2022-07-26 09:22:10 +08:00
* [图表演示](https://awtk.zlg.cn/demos/awtk_projects/Chart.v2-Demo/index.html)
2020-07-28 14:47:50 +08:00
2022-07-26 09:22:10 +08:00
* [音乐播放器演示](https://awtk.zlg.cn/demos/awtk_projects/MusicPlayer.v2-Demo/index.html)
2020-07-28 14:47:50 +08:00
2022-07-26 09:22:10 +08:00
* [智能手表演示](https://awtk.zlg.cn/demos/awtk_projects/SmartWatch.v2-Demo/index.html)
2020-07-28 14:47:50 +08:00
## 六、各个平台的移植
* [详见 AWTK 生态共建计划](docs/awtk_ecology.md)
## 七、各语言的绑定
* [AWTK 绑定代码生成器](https://github.com/zlgopen/awtk-binding)
* [LUA 绑定](https://github.com/zlgopen/awtk-lua)
2021-04-21 15:50:58 +08:00
* [Go 绑定](https://github.com/zlgopen/awtk-go)
2020-07-28 14:47:50 +08:00
* [C++ 绑定](https://github.com/zlgopen/awtk-cpp)
* [JAVA 绑定](https://github.com/zlgopen/awtk-java)
* [Python 绑定](https://github.com/zlgopen/awtk-python)
* [MiniJVM 绑定](https://github.com/zlgopen/awtk-minijvm)
* [JS 绑定之 QuickJS](https://github.com/zlgopen/awtk-quickjs)
* [JS 绑定之 NodeJS](https://github.com/zlgopen/awtk-nodejs)
* [JS 绑定之 JerryScript](https://github.com/zlgopen/awtk-jerryscript)
## 八、相关工程
* [模板工程](https://github.com/zlgopen/awtk-hello)
2020-08-23 17:44:49 +08:00
* [MVVM 模板工程](https://github.com/zlgopen/awtk-mvvm-c-hello)
2020-12-06 17:54:08 +08:00
* [CSV文件操作](https://github.com/zlgopen/awtk-csv-file)
* [数据库Repository](https://github.com/zlgopen/awtk-database-repository)
* [Sqlite 基于 AWTK 的移植](https://github.com/zlgopen/awtk-sqlite3)
* [VSCode实时预览插件](https://github.com/zlgopen/awtk-vscode-plugin)
* [为嵌入式平台开发的RESTful的Web服务](https://github.com/zlgopen/awtk-restful-httpd)
2020-08-23 17:44:49 +08:00
* [自动测试引擎](https://github.com/zlgopen/awtk-ui-automation)
2021-05-30 18:08:25 +08:00
* [回归测试](https://github.com/zlgopen/awtk-regression-test)
2020-07-28 14:47:50 +08:00
* [C 示例代码](https://github.com/zlgopen/awtk-c-demos)
* [精彩示例](https://github.com/zlgopen/awtk-examples)
2021-09-14 09:07:57 +08:00
* [HTTP 客户端库](https://github.com/zlgopen/awtk-http-client)
2020-07-28 14:47:50 +08:00
* [AWTK-MVVM](https://github.com/zlgopen/awtk-mvvm)
* [MVC/MVVM 演示示例](https://github.com/zlgopen/awtk-patterns)
* [扩展控件实例:控件代码生成器](https://github.com/zlgopen/awtk-widget-generator)
* [扩展控件实例:二维码](https://github.com/zlgopen/awtk-widget-qr)
* [扩展控件实例TinyGL](https://github.com/zlgopen/awtk-widget-glview)
2022-05-28 15:55:00 +08:00
* [扩展控件实例:数值标签](https://github.com/zlgopen/awtk-widget-number-label)
2020-07-28 14:47:50 +08:00
* [扩展控件实例:代码编辑器](https://github.com/zlgopen/awtk-widget-code-edit)
* [扩展控件实例:日期选择器](https://github.com/zlgopen/awtk-widget-date-picker)
* [扩展控件实例:表格视图](https://github.com/zlgopen/awtk-widget-table-view)
2022-05-06 08:01:24 +08:00
* [扩展控件实例:树形视图](https://github.com/zlgopen/awtk-widget-tree-view)
2022-05-28 15:55:00 +08:00
* [扩展控件实例: Shape](https://github.com/zlgopen/awtk-widget-shape)
2021-03-14 18:13:31 +08:00
* [扩展控件实例HTML 视图](https://github.com/zlgopen/awtk-widget-html-view)
2020-10-02 13:08:22 +08:00
* [扩展控件实例:垂直文本](https://github.com/zlgopen/awtk-widget-vlabel)
2020-08-23 18:38:20 +08:00
* [扩展控件实例:仿微信列表项](https://github.com/zlgopen/awtk-widget-slidable-row)
2020-08-23 18:37:00 +08:00
2021-06-12 11:30:34 +08:00
* [扩展控件实例Lottie动画](https://github.com/zlgopen/awtk-widget-rlottie)
2021-07-26 17:57:58 +08:00
* [扩展控件实例Rive动画](https://github.com/zlgopen/awtk-widget-rive)
2023-12-20 17:16:30 +08:00
* [扩展控件实例:液体流动](https://github.com/zlgopen/awtk-widget-liquid-flow)
2024-04-27 08:46:10 +08:00
* [扩展控件实例:液体流动](https://github.com/zlgopen/awtk-widget-liquid-flow)
* [扩展控件实例:环形调节器](https://github.com/zlgopen/awtk-widget-slider-circle)
* [扩展控件实例:异形进度条](https://github.com/zlgopen/awtk-widget-progress-polygon)
* [集成 3D 引擎 OGRE](https://github.com/zlgopen/awtk-ogre)
2020-08-08 17:51:47 +08:00
* [自定义字体加载器:加载部分字体](https://github.com/zlgopen/awtk-custom-font-loader)
2021-08-25 20:49:13 +08:00
* [用reactjs开发AWTK应用程序](https://github.com/zlgopen/react-awtk)
2020-07-28 14:47:50 +08:00
2023-12-20 17:16:30 +08:00
* [MODBUS 协议](https://github.com/zlgopen/awtk-modbus)
* [FTP 服务器](https://github.com/zlgopen/awtk-ftpd)
* [基于FTP的文件系统](https://github.com/zlgopen/awtk-ftp-fs)
* [开源智能串口屏](https://github.com/zlgopen/awtk-hmi)
2021-08-25 20:49:13 +08:00
第三方提供:
2020-07-28 14:47:50 +08:00
* [扩展控件实例:二维码](https://github.com/CUITzhaoqi/awtk-qr)
* [扩展控件实例:圆形滑块](https://github.com/longyuwlz/awtk_slider_circle)
2021-04-21 15:57:39 +08:00
* [扩展控件实例:手势密码控件](https://gitee.com/zhangzhongji/awtk-widget-gesture-lock)
2020-07-28 14:47:50 +08:00
## 九、文档
* [开发文档](docs/README.md)
* [最新动态](docs/changes.md)
* [任务完成情况](TODO.md)
* [入门指南与手册](https://github.com/zlgopen/awtk-docs)
## 十、生态共建计划
* [生态共建计划](docs/awtk_ecology.md)
* 深度合作伙伴
2024-05-11 17:30:21 +08:00
[![](docs/images/logo_nxp.svg)](https://www.nxp.com) [![](docs/images/logo_anyka.jpg)](http://www.anyka.com) [![](docs/images/logo_ingenic.jpg)](http://www.ingenic.com.cn) [![](docs/images/logo_mindmotion.png)](http://www.mindmotion.com.cn) [![](docs/images/logo_bestechnic.jpg)](https://www.bestechnic.com)
2022-11-16 16:05:20 +08:00
## 十一、开发者交流群
欢迎感兴趣的工程师评估和尝试 AWTK如果您对 AWTK 有相关建议或疑问可以添加小Z微信zlgmcu-888进入 AWTK 开发者交流群ZLG 研发技术团队亲自为您解答。