Gacui

GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features.
Alternatives To Gacui
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gacui2,193
7 days ago15otherC++
GPU Accelerated C++ User Interface, with WYSIWYG developing tools, XML supports, built-in data binding and MVVM features.
Mvvmlight1,683
6 years ago14Java
A toolkit help to build Android MVVM Application
Neutronium1,316389 months ago16September 11, 202092mitC#
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Robobinding1,306726 years ago15June 13, 201635otherJava
A data-binding Presentation Model(MVVM) framework for the Android platform.
Mvvm_hacker_news887
6 years ago6Java
Android MVVM experiment project using the official Data Binding library
Iossampleapp716
3 months agomitSwift
Sample iOS app demonstrating Coordinators, Dependency Injection, MVVM, Binding
People Mvvm661
3 years agoJava
Sample created to practice MVVM and DataBinding in Android Applications.
Countries609
5 years ago4otherKotlin
An example Android app using Retrofit, Realm, Parceler, Dagger and the MVVM pattern with the data binding lib.
Android Mvvm437
5 years ago16apache-2.0Java
MVVM on Android using RxJava and Data Binding
Elmish.wpf410
214 days ago45July 25, 202249otherF#
Static WPF views for elmish programs
Alternatives To Gacui
Select To Compare


Alternative Project Comparisons
Readme

GacUI

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

License

Read the LICENSE first.

This project is licensed under the License repo.

Source code in this repo is for reference only, please use the source code in the Release repo.

You are welcome to contribute to this repo by opening pull requests.

Document

For Home Page: click here

For Gaclib: click here

For GacUI: click here

gaclib.net is a mirror to github pages above.

Content of This Project

  • The Tutorial shows how to start using this marvelous GUI library.
  • The Demos section shows you all demos using this GUI library.

Notice

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

All other files are for library 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).

https://gankra.github.io/blah/text-hates-you/
https://lord.io/text-editing-hates-you-too/

Popular Mvvm Projects
Popular Bindings Projects
Popular Software Architecture Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Plus Plus
Xml
Bindings
Gpu
Mvvm
Wysiwyg
Databinding