Skip to content

GacUI 1.0.6.0

Compare
Choose a tag to compare
@vczh vczh released this 06 Nov 11:29
· 134 commits to master since this release

GacUI 1.0.6.0

GacUI / C++ Interoperable 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 .

Version

This version is a sub release towards GacUI 2.0.
Please check out 1.0-rc-3 for GacUI 1.0.

Breaking Changes

  • Windows
    • Need to link against extra files: Vlpp.Windows.cpp and VlppOS.Windows.cpp.
    • GacUIWindows.(h|cpp) are renamed to GacUI.Windows.(h|cpp).
  • Linux and macOS
    • Need to link against extra files: Vlpp.Linux.cpp and VlppOS.Linux.cpp.