microui:一个微小的即时模式UI库

时间:2024-06-02 08:31:43
【文件属性】:

文件名称:microui:一个微小的即时模式UI库

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-02 08:31:43

C

用ANSI C编写的微型,可移植的即时模式UI库 特征 小巧:约1100 sloc ANSI C 在固定大小的内存区域内工作:不分配额外的内存 内置控件:窗口,可滚动面板,按钮,滑块,文本框,标签,复选框,自动换行文本 适用于任何可以绘制矩形和文本的渲染系统 旨在允许用户轻松添加自定义控件 简单的布局系统 例子 if (mu_begin_window(ctx, " My Window " , mu_rect( 10 , 10 , 140 , 86 ))) { mu_layout_row (ctx, 2 , ( int []) { 60 , - 1 }, 0 ); mu_label (ctx, " First: " ); if ( mu_button (ctx, " Button1 " )) { printf ( " Button1 pressed \n " );


【文件预览】:
microui-master
----src()
--------microui.h(9KB)
--------microui.c(37KB)
----LICENSE(1KB)
----doc()
--------usage.md(9KB)
----.github()
--------FUNDING.yml(59B)
----README.md(2KB)
----demo()
--------atlas.inl(68KB)
--------build.sh(339B)
--------renderer.h(426B)
--------main.c(10KB)
--------renderer.c(5KB)

网友评论