update docs

This commit is contained in:
lixianjing 2021-04-21 15:50:58 +08:00
parent 3c3ff112a4
commit e417e4b7b7
2 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,7 @@
[AWTK](README.md) is been developed in the C Program Language. Scripts in different languages can be generated by the IDL. The binding code generated not only simply mapping the C API to the target script language, but also with the native code styles of the target script language. At present, following languages are supported (More languages will be added):
* C
* Go
* C++
* lua
* java
@ -274,6 +275,8 @@ npm install -g glob
* [LUA Binding](https://github.com/zlgopen/awtk-lua)
* [Go Binding](https://github.com/zlgopen/awtk-go)
* [C++ Binding](https://github.com/zlgopen/awtk-cpp)
* [JAVA Binding](https://github.com/zlgopen/awtk-java)

View File

@ -132,6 +132,7 @@
[AWTK](README.md) 本身是用 C 语言开发的,可以通过 IDL 生成各种脚本语言的绑定。生成的绑定代码不是简单的把 C 语言的 API 映射到脚本语言,而是生成脚本语言原生代码风格的 API。目前支持以下语言 (以后根据需要增加):
* C
* Go
* C++
* lua
* java
@ -278,6 +279,8 @@ npm install -g glob
* [LUA 绑定](https://github.com/zlgopen/awtk-lua)
* [Go 绑定](https://github.com/zlgopen/awtk-go)
* [C++ 绑定](https://github.com/zlgopen/awtk-cpp)
* [JAVA 绑定](https://github.com/zlgopen/awtk-java)