awtk/tools/theme_gen
2018-11-24 18:48:38 +08:00
..
.gitignore init 2018-02-21 19:36:38 +08:00
main.cc improve resource related tools 2018-11-02 11:51:14 +08:00
README.md update docs 2018-11-24 18:48:38 +08:00
SConscript add TKMEM_INIT 2018-05-04 11:45:09 +08:00
theme_gen.cc rework theme 2018-07-17 11:27:14 +08:00
theme_gen.h rework theme 2018-07-17 11:27:14 +08:00
xml_theme_gen.cc rename resource to assets 2018-08-24 07:45:37 +08:00
xml_theme_gen.h update comments 2018-05-15 09:31:58 +08:00

主题生成工具

负责把XML格式的主题数据转换成二进制的主题数据。

用法说明:

./bin/themegen input output [bin]
  • input XML格式的主题数据文件名。
  • output 输出文件名。
  • bin 是否生成二进制格式(目标平台有文件系统时使用)缺省生成C语言常量数组。