awtk/src
2021-01-29 12:42:14 +08:00
..
base refactor theme 2021-01-29 12:42:14 +08:00
blend update copyright date 2021-01-02 18:46:08 +08:00
charset add utf8-bom 2021-01-21 17:39:20 +08:00
clip_board update copyright date 2021-01-02 18:46:08 +08:00
compressors update copyright date 2021-01-02 18:46:08 +08:00
conf_io update docs 2021-01-21 17:36:50 +08:00
csv add csv 2021-01-21 21:52:18 +08:00
custom_widgets update docs 2020-12-27 09:13:59 +08:00
dialog_highlighters update copyright date 2021-01-02 18:46:08 +08:00
ext_widgets improve scroll_view(fix issue #515) 2021-01-26 18:09:29 +08:00
font_loader update copyright date 2021-01-02 18:46:08 +08:00
fscript_ext format code 2021-01-20 13:41:57 +08:00
graphic_buffer update copyright date 2021-01-02 18:46:08 +08:00
image_loader update copyright date 2021-01-02 18:46:08 +08:00
input_engines format code 2021-01-20 13:41:57 +08:00
input_methods rework input engine candidates 2021-01-05 09:04:57 +08:00
layouters improve children_layouter_default_layout 2021-01-14 09:28:58 +08:00
lcd update docs 2021-01-12 10:07:33 +08:00
main_loop improve main_loop_sdl2_dispatch_window_event 2021-01-24 08:04:48 +08:00
misc rework memory allocator 2020-06-17 17:59:38 +08:00
native_window update copyright date 2021-01-02 18:46:08 +08:00
platforms format code 2021-01-20 13:41:57 +08:00
streams format code 2021-01-20 13:41:57 +08:00
svg update copyright date 2021-01-02 18:46:08 +08:00
tkc refactor theme 2021-01-29 12:42:14 +08:00
ubjson update copyright date 2021-01-02 18:46:08 +08:00
ui_loader update copyright date 2021-01-02 18:46:08 +08:00
vgcanvas support call OpenGL API directly 2021-01-26 18:06:16 +08:00
widget_animators update copyright date 2021-01-02 18:46:08 +08:00
widgets improve pages 2021-01-28 09:04:24 +08:00
window_animators update copyright date 2021-01-02 18:46:08 +08:00
window_manager add utf8-bom 2021-01-21 17:38:43 +08:00
xml add csv file 2021-01-21 16:13:51 +08:00
awtk_base.h update copyright date 2021-01-02 18:46:08 +08:00
awtk_ext_widgets.h update copyright date 2021-01-02 18:46:08 +08:00
awtk_global.c refactor theme 2021-01-29 12:42:14 +08:00
awtk_global.h update copyright date 2021-01-02 18:46:08 +08:00
awtk_main.inc improve asset_loader_zip 2020-10-19 11:55:06 +08:00
awtk_tkc.h update copyright date 2021-01-02 18:46:08 +08:00
awtk_widgets.h update copyright date 2021-01-02 18:46:08 +08:00
awtk.h update copyright date 2021-01-02 18:46:08 +08:00
dllexports.h format code 2020-10-08 08:13:10 +08:00
README.md update docs 2021-01-21 17:43:40 +08:00
SConscript add csv 2021-01-21 21:52:18 +08:00

目录介绍

  • tkc toolkit c library。
  • base GUI 基本库。
  • widgets 基本控件。
  • blend 图片渲染函数。
  • lcd LCD的各种实现。
  • font 字体的各种实现。
  • misc C++支持等。
  • xml XML解析器。
  • widget_animators 控件动画实现。
  • ext_widgets 扩展控件。
  • main_loop 主循环的各种实现。
  • window_animators 窗口动画的实现。
  • image_loader 加载的各种实现。
  • platforms 平台相关的函数。
  • input_engines 输入法引擎的各种实现。
  • ui_loader 从界面描述数据创建窗口。
  • vgcanvas 矢量图画布。
  • svg 矢量图画SVG。
  • clip_board 剪切板的实现。
  • ubjson Universal Binary JSON实现。
  • window_manager 窗口管理器的实现。
  • native_window 原生窗口的实现。
  • graphic_buffer 图像数据缓冲区。
  • streams 各种流的实现(如果不用可以不移植)。
  • compressors 压缩算法的实现(如果不用可以不移植)。
  • conf_io json/jni/ubjson 等配置文件读写。
  • csv csv 文件读写。

使用方法

应用程序只需包含awtk.h即可。

#include "awtk.h"