You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DirectUI design idea: there is no sub-window in the window, the interface elements are all logical areas (no HWND handle, safe, flexible), all UI elements are developed independently (not restricted by the system), more flexible to achieve various Program interface to meet the needs of different users.
29
30
- Has a free UI designer tool: rapid development tools, what you see is what you get, a highly customizable system (DIY), making UI development easier.
30
31
- Support Direct2D, hardware acceleration, can make full use of hardware features to create high-performance, high-quality 2D graphics.
31
-
-[wiki](https://github.com/twgh/xcgui/wiki) There is a simple introductory tutorial, you can take a look when you have time.
32
+
-[WIKI](https://github.com/twgh/xcgui/wiki) There is a simple introductory tutorial, you can take a look when you have time.
32
33
33
34
## Get
34
35
@@ -98,13 +99,13 @@ It is best to put it in the `C:\Windows\System32` directory during development,
@@ -196,7 +197,7 @@ In some cases, it is more convenient to mix the native functions in the xc packa
196
197
197
198
All the structures of xcgui are also in the xc package.
198
199
199
-
[Goland](https://www.jetbrains.com/go/?from=xcgui) is recommended for development for the best development experience. The comment format I'm using looks the best in Goland.
200
+
[Goland](https://www.jetbrains.com/go/?from=xcgui) is recommended for development for the best development experience.
0 commit comments