An open API service indexing awesome lists of open source software.

https://github.com/samlior/saui

基于cocos2d-x v3.17的简单UI库
https://github.com/samlior/saui

cocos2d-x cpp ui

Last synced: about 1 month ago
JSON representation

基于cocos2d-x v3.17的简单UI库

Awesome Lists containing this project

README

          

# SAUI
基于cocos2d-x v3.17的简单UI库

如有任何问题,请联系邮箱samlior@foxmail.com

# 主要控件
SAAdaptedBox 自适应框

SASelectedButton 包含选中,未选中状态的按钮

SAButton 只有未选中状态的按钮

SAComboBox 下拉菜单

SALoadingScene 加载场景

SAMessageBox 简单的对话框

SAQRCode 基于libqr的二维码节点(https://github.com/rsky/qrcode)

SASheet 一个简单的表格

SASlider 滑动条/进度条

SAGLViewImpl 提供关闭回调,窗口位置改变回调,结束回调(使用此类需要替换引擎源码)

# 宏说明
SA_USE_QRCODE 使用SAQRCode

SA_USE_GLVIEW_IMPL 使用SAGLViewImpl