Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Oct 16, 2019
1 parent f35e688 commit 9f4923e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[AWTK](https://github.com/zlgopen/awtk) 全称 Toolkit AnyWhere,是 [ZLG](http://www.zlg.cn/) 开发的开源 GUI 引擎,旨在为嵌入式系统、WEB、各种小程序、手机和 PC 打造的通用 GUI 引擎,为用户提供一个功能强大、高效可靠、简单易用、可轻松做出炫酷效果的 GUI 引擎。

> 欢迎广大开发者一起参与开发: [生态共建计划](docs/AWTK_ecology.md)
> 欢迎广大开发者一起参与开发[生态共建计划](docs/AWTK_ecology.md)
#### [AWTK](https://github.com/zlgopen/awtk) 寓意有两个方面:

Expand Down Expand Up @@ -49,7 +49,7 @@

[AWTK](https://github.com/zlgopen/awtk) 是跨平台的,这有两个方面的意思:

* AWTK 本身是跨平台的。目前支持的平台有 ZLG AWorks、Windows、Linux、MacOS、嵌入式 Linux 和嵌入式裸系统,可以轻松的移植到各种 RTOS 上。AWTK 以后也可以运行在浏览器 (即将公测)、各种小程序、Android 和 iOS 等平台上运行。
* AWTK 本身是跨平台的。目前支持的平台有 ZLG AWorks、Windows、Linux、MacOS、嵌入式 Linux、Android、Web 和嵌入式裸系统,可以轻松的移植到各种 RTOS 上。AWTK 以后也可以运行在各种小程序和 iOS 等平台上运行。

* AWTK 同时还提供了一套跨平台的基础工具库。其中包括链表、数组、字符串 (UTF8 和 widechar),事件发射器、值、对象、文件系统、互斥锁和线程、表达式和字符串解析等等,让你用 AWTK 开发的应用程序可以真正跨平台运行。

Expand Down Expand Up @@ -174,7 +174,7 @@ scons

(请先安装 python,scons 和 Visual Studio C++(版本 >=2017)

> 如果没有安装pywin32,请pip安装
> 如果没有安装 pywin32,请 pip 安装
```
pip install pywin32
Expand All @@ -187,15 +187,14 @@ scons
bin\demoui
```

> 如果没有安装PIL,请用pip安装
> 如果没有安装 PIL,请用 pip 安装
```
pip install Pillow
```

## 五、在线演示


* [图表演示](http://zlgawtk.bceapp.com/awtk/demos/Chart-Demo/index.html)

* [仪表演示](http://zlgawtk.bceapp.com/awtk/demos/Meter-Demo/index.html)
Expand Down Expand Up @@ -234,16 +233,15 @@ pip install Pillow

* [君正](https://github.com/zlgopen/awtk-port-ingenic`)


## 七、各语言的绑定

* [AWTK 绑定代码生成器](https://github.com/zlgopen/awtk-binding)

* [LUA绑定](https://github.com/zlgopen/awtk-lua)
* [LUA 绑定](https://github.com/zlgopen/awtk-lua)

* [JS绑定之QuickJS](https://github.com/zlgopen/awtk-quickjs)
* [JS 绑定之 QuickJS](https://github.com/zlgopen/awtk-quickjs)

* [JS绑定之JerryScript](https://github.com/zlgopen/awtk-jerryscript)
* [JS 绑定之 JerryScript](https://github.com/zlgopen/awtk-jerryscript)

## 八、相关工程

Expand Down

0 comments on commit 9f4923e

Please sign in to comment.