From 2aeb06accf78d372d869c41b883f853c3437b3de Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sun, 19 Jul 2020 18:07:31 -0700 Subject: [PATCH] ... --- README.md | 7 ++++--- Tutorial/README.md | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eed0abab..70509c4d 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,15 @@ Release folder of all projects. **Read the [LICENSE](https://github.com/vczh-libraries/Release/blob/master/LICENSE.md) first.** -**Read [GacUI website](http://gaclib.net) for more information.** +**Read [GacUI website](http://vczh-libraries.github.io/) or [the mirror website](http://gaclib.net) for more information.** Download code from [public releases](https://github.com/vczh-libraries/Release/releases) to get the latest stable release. Code from this repo is also usable but I don't make any promise. I will only make a new release when I think the code is ready to update. -### Here is a simple description to the code +## Content of This Project + - **Import** Gaclib source code - **Skins** Predefined control templates. You will need to call `vl::presentation::theme::RegisterTheme` to set a default skin before creating any controls. Read [WinMain.cpp](https://github.com/vczh-libraries/Release/blob/master/Tutorial/Lib/GacUILite/WinMain.cpp) for details. -- **Tools** +- **Tools** - **GacGen32.exe** / **GacGen64.exe** GacUI resource compiler and C++ code generator for x86 and x64 - **CppMerge.exe** Merge GacUI generated code for x86 and x64 to architecture-independent code - **ParserGen.exe** General LR parser to C++ code generator diff --git a/Tutorial/README.md b/Tutorial/README.md index 8c09944c..9940a13b 100644 --- a/Tutorial/README.md +++ b/Tutorial/README.md @@ -1,3 +1,3 @@ # Tutorial -[http://www.gaclib.net/demo.html](http://www.gaclib.net/demo.html) +[http://vczh-libraries.github.io/demo.html](http://vczh-libraries.github.io/demo.html)