ZLG 开源 GUI 引擎 awtk 针对大神 Bellard 开源 JS 引擎 quickjs 的绑定。
- 获取 awtk 并编译
git clone https://github.com/zlgopen/awtk.git
cd awtk; scons; cd -
AWTK 的编译环境请参考 AWTK 的文档。
- 获取 awtk-quickjs 并编译
git clone https://github.com/zlgopen/awtk-quickjs.git
cd awtk-quickjs
- 生成资源
python ./scripts/update_res.py all
或者通过 designer 生成资源
- 编译PC版本
scons
- 编译LINUX FB版本
scons LINUX_FB=true
完整编译选项请参考编译选项
./bin/awtkRun demos/xxxx.js
请把 xxxx.js 换成具体的 js 文件。
./sync.sh
在非 bash 终端(如 Windows 平台的 cmd.exe),需要根据 sync.sh 的内容手工执行相应的命令。
本文以 Linux/MacOS 为例,Windows 可能会微妙差异,请酌情处理。
如果希望自己的应用程序,同时支持 AWTK-JS 和 AWTK-WEB,还需要注意下列事项:
-
避免直接调用 gc() 函数。
-
避免使用模态对话框。
-
避免使用动态 GIF 图片。
-
避免直接使用 value_t/color_t/bitmap_t/object_t 等类。