類似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/

 

 

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