Skip to content

Gaclib 0.9.7.5

Compare
Choose a tag to compare
@vczh vczh released this 31 Jul 10:50
· 484 commits to master since this release

Gaclib 0.9.7.5

GPU Accelerated C++ User Interface/Script Engine (Apache License 2.0 with extra conditions)

Website for this project: http://www.gaclib.net/

This repository contains the latest release for the GacUI project, including packed library source codes, development tools, demos and documents. Complete source code can be accessed in https://github.com/vczh-libraries .

Improvements

  • Add PartialOrderingProcessor to Vlpp.
  • Change USERIMPL(NAME) format in GacUI generated C++ code.
  • Enable a ref.CodeBehind="false" control or window to inhert from a true one.
  • Provide Sys::(U)Int(32|64)?ToInt(32|64)? functions to solve merge problems by mixing 32 or 64 integer types with int or uint. People should always use Sys::(U)Int(32|64)?ToInt(32|64)? to cast integers in this case.

Updated Demos:

  • GacUI_Control\Document*: Update file structure
  • GacUI_ControlTemplate\BlackSkin: Update file structure