标题: GacLib Windows GUI 库 [打印本页] 作者: Qter 时间: 2023-3-29 14:53 标题: GacLib Windows GUI 库 GacLib (GacUI) 是支持显卡加速的 C++ Windows GUI 库。这个库具有类似 WPF 的高级排版和控件模板功能,并且可以被 C++ 方便的使用。当选择 Direct2D 作为渲染器的时候,一个空白的 GacLib 程序静态链接 crt 只需要 700k 可执行文件大小和 6M 内存。GacLib 的控件不需要消耗 Windows 的 HWND 资源,这使得控件本身占用的资源减少,性能提高,并且不会影响到其他程序的正常运转。
http://gaclib.net/
https://github.com/vczh-libraries/GacUI
Gaclib is a GPU accelerated C++ User Interface library. It is flexible, customizable with rich amount of built-in layout and controls. It also supports control templates, list item templates, MVVM, localization, animation, etc. More importantly, even if the UI is very complex, it still has good performance in interaction. You can find it at github. This library provide many useful features. If you don't need all features, you can just use a subset of released C++ files to reduce the size of the executable.