awtk/demos
2018-06-15 13:39:11 +08:00
..
res fix image bgra 2018-06-15 13:39:11 +08:00
xml update resource 2018-06-08 19:19:06 +08:00
.gitignore add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
common.inc fix for arm-linux 2018-06-11 17:36:54 +08:00
demo1_app.c port to aworks 2018-05-24 11:18:46 +08:00
demo_animator_app.c add WITH_VGCANVAS_LCD 2018-06-05 08:51:35 +08:00
demo_main.c update demo 2018-06-14 15:53:44 +08:00
demo_thread_app.c format code 2018-06-03 10:19:34 +08:00
demo_tr_app.c update comments 2018-05-15 09:31:58 +08:00
demo_ui_app.c improve fps 2018-06-15 11:32:03 +08:00
demo_vg_app.c use agg-svn 2018-05-27 11:52:44 +08:00
preview_ui.c improve demos 2018-06-08 17:03:06 +08:00
README.md add prefix_xml_ui tool and update docs 2018-03-11 11:26:12 +08:00
resource-mini.c fix warnings 2018-06-10 06:33:24 +08:00
resource.c fix image bgra 2018-06-15 13:39:11 +08:00
resource.h update comments 2018-05-15 09:31:58 +08:00
SConscript improve demos 2018-06-08 17:03:06 +08:00
SDL2.dll init 2018-02-21 19:36:38 +08:00

Demo程序

示例介绍

  • demo1 按传统方式创建界面。
  • demoui 从UI资源文件中创建界面。
  • ./prefix_xml_ui 预览XML界面描述文件。
./prefix\_xml\_ui ../tools/ui_gen/window1.xml 

源代码介绍

  • demo1_app.c 按传统方式创建界面。
  • demo_ui_app.c 从UI资源文件中创建界面。
  • demo_main.c 所有入口函数。
  • resource.c 资源初始化代码。
  • common.c 公共代码。