Home

Awesome

awtk-hello

awtk模板工程

准备

1.获取awtk并编译

git clone https://github.com/zlgopen/awtk.git
cd awtk; scons; cd -

2.获取awtk-hello并编译

git clone https://github.com/zlgopen/awtk-hello.git
cd awtk-hello
python ./scripts/update_res.py all

或者通过 designer 生成资源

scons
scons LINUX_FB=true

完整编译选项请参考编译选项

运行

./bin/demo

预览UI文件:

../awtk/bin/preview_ui assets/raw/ui/xxxx.xml

xxxx.xml 换成实际的UI文件。

目录说明:

更新资源后请运行:

python ./scripts/update_res.py all

本文以Linux/MacOS为例,Windows可能会微妙差异,请酌情处理。