awtk/src
2021-01-04 09:46:48 +08:00
..
base update copyright date 2021-01-02 18:46:08 +08:00
blend update copyright date 2021-01-02 18:46:08 +08:00
charset update copyright date 2021-01-02 18:46:08 +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 copyright date 2021-01-02 18:46:08 +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 update copyright date 2021-01-02 18:46:08 +08:00
font_loader update copyright date 2021-01-02 18:46:08 +08:00
fscript_ext add fscript_crc 2021-01-04 07:32:15 +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 update copyright date 2021-01-02 18:46:08 +08:00
input_methods update copyright date 2021-01-02 18:46:08 +08:00
layouters update copyright date 2021-01-02 18:46:08 +08:00
lcd update copyright date 2021-01-02 18:46:08 +08:00
main_loop update copyright date 2021-01-02 18:46:08 +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 update copyright date 2021-01-02 18:46:08 +08:00
streams format code 2021-01-03 18:42:56 +08:00
svg update copyright date 2021-01-02 18:46:08 +08:00
tkc fix comment 2021-01-04 09:46:48 +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 update copyright date 2021-01-02 18:46:08 +08:00
widget_animators update copyright date 2021-01-02 18:46:08 +08:00
widgets update copyright date 2021-01-02 18:46:08 +08:00
window_animators update copyright date 2021-01-02 18:46:08 +08:00
window_manager update copyright date 2021-01-02 18:46:08 +08:00
xml refactor xml parser 2021-01-04 07:03:42 +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 add fscript_ext 2021-01-03 12:00:55 +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 2020-08-25 16:28:11 +08:00
SConscript move math functions to fscript_math 2021-01-03 08:23:10 +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 压缩算法的实现(如果不用可以不移植)。
  • file_transfer 暂时无用。
  • conf_io json/jni/ubjson 等配置文件读写。

使用方法

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

#include "awtk.h"