- 授权协议: zlib/MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://novembermonk.github.io/kiui/
软件介绍
kiUi 是一个轻量级的自动布局 UI 库,支持 Emscripten 在线预览请看 这里.
设计目的 :
UI 界面和逻辑分离
自动布局
样式简单,并且与逻辑分离
简单直接,特别是 C++ 代码
特别适合做编辑器和游戏界面
示例代码:
RootSheet& root = uiwindow.rootSheet();
Window& window = root.emplace<Window>("Example window");
Expandbox& expandbox = window.emplace<Expandbox>("Collapsable box");
Label& label = expandbox.emplace<Label>("kiUi says hello.");
Button& button = expand.emplace<Button>("Push me");Nano:
GlWindow glwindow(1200, 800, "mk UiEditApp"); glwindow.initContext(); UiWindow& uiwindow = glwindow.uiWindow(); bool pursue = true; while(pursue) pursue = glwindow.renderFrame();
PHP and MySQL Web Development
Luke Welling、Laura Thomson / Sams / July 25, 2007 / $49.99
Book Description PHP and MySQL Web Development teaches you to develop dynamic, secure, commerical Web sites. Using the same accessible, popular teaching style of the three previous editions, this b......一起来看看 《PHP and MySQL Web Development》 这本书的介绍吧!
Base64 编码/解码
Base64 编码/解码
HSV CMYK 转换工具
HSV CMYK互换工具
