GacUI

GPU 加速的 C++ 用户界面,具有所见即所得的开发工具、XML 支持、内置数据绑定和 MVVM 功能。「GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features.」

Github stars Tracking Chart

GacUI

GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features.

Read the LICENSE first.

Notice

  • The release of the GacUI project is put in vczh-libraries/Release.
  • DO NOT download source code from this repo if you are not intended to create push request. This is not for end users.

Content of This Project

New website:

This website is under construction, but it is somehow useable now. The old one (http://gaclib.net) is deprecated. After the new website is finished, I will update all domains to the new website.

  • The Tutorial section tells you how to begin using this marvelous GUI library.
  • The DEMOES section show you all demos using this GUI library.
  • The DOCUMENT section show you all simple documentation organized by C++ classes and functions.

Notice

Using this library requires you to use C++ source files directly in

All other files are for librari development only.

Content

This GUI library provides the following features:

  • Develop your GUI using pure C++, Workflow script, XML or even JavaScript (under construction)
  • Cross-platform abilities.
  • Rich control library. Container controls supports MVC and virtual list mode.
  • Control template system. You can write your own
  • GPU acceleration.
  • XML resource supports.
    • You can use the provided GacGen.exe to generate multiple XML files with binary resources (images) into a compressed binary format.
    • This program will also generate C++ code behind for you. You can fill event handlers (but we suggest you use MVVM and Data Binding instead) in generated C++ files.
    • If you update your UI, GacGen.exe will merge your modification in C++ code and modification in XML together to generate new C++ code behind. Your update will still exist.
      • NOTE: You will see a very obvious mark USERIMPL(/* ... */) in the generated code. Here is where you want to add your code. All your modification outside of these places will be discarded on the next GacGen.exe run.
  • MVVM and Data Binding.
    • You can define interfaces that required to build your own MVVM pattern in XML and GacGen.exe will generate the C++ interface declaration for you.
    • You can also use Workflow expressions in Data Binding and statements in event handlers (instead of writing C++ code in code behind).

Main metrics

Overview
Name With Ownervczh-libraries/GacUI
Primary LanguageC++
Program languageC++ (Language Count: 5)
Platform
License:Other
所有者活动
Created At2015-04-01 21:25:09
Pushed At2025-06-07 21:49:48
Last Commit At2025-06-07 14:49:44
Release Count0
用户参与
Stargazers Count2.4k
Watchers Count169
Fork Count301
Commits Count4.8k
Has Issues Enabled
Issues Count89
Issue Open Count12
Pull Requests Count12
Pull Requests Open Count0
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private