类似Qt之GUI,但比Qt小的多 -- 适用于嵌入式/SoC/单片机/MCU等的界面库

GUI框架

GOSP

提供类似Qt的API接口,仅需要几百KB的硬件资源(比Qt小的多),能运行在Qt不支持的低性能领域(对Qt形成补充)

https://gitee.com/giveda/GOSP

 

GuiLite

大道至简 -- 5千行,仅头文件,全平台 GUI库

https://github.com/idea4good/GuiLite/

https://gitee.com/idea4good/GuiLite

 

AWTK = Toolkit AnyWhere(为嵌入式、手机和PC打造的通用GUI系统)

AWTK 全称为 Toolkit AnyWhere,是 ZLG(周立功) 倾心打造的一套基于 C 语言开发的 GUI 框架。旨在为用户提供一个功能强大、高效可靠、简单易用、可轻松做出炫酷效果的 GUI 引擎,并支持跨平台同步开发

https://github.com/zlgopen/awtk

https://gitee.com/zlgopen/awtk

 

其他

https://github.com/ocornut/imgui

https://github.com/cnjinhao/nana

https://github.com/MyGUI/mygui

https://github.com/Dovyski/cvui A (very) simple UI lib built on top of OpenCV

https://github.com/wjakob/nanogui Minimalistic GUI library for OpenGL
 

 

类似Qt的信号槽

但不需要moc;基于c++11,用于解耦合

https://gitee.com/giveda/gobject_cpp11

 

 

官网

GOSP = Giveda® Open Source Project

http://giveda.com/

 

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章