# xcgui-example **Repository Path**: hotdll/xcgui-example ## Basic Information - **Project Name**: xcgui-example - **Description**: xcgui examples - **Primary Language**: Go - **License**: MIT - **Default Branch**: main - **Homepage**: https://github.com/twgh/xcgui - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 5 - **Created**: 2022-09-04 - **Last Updated**: 2024-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # XCGUI Examples English | [简体中文](./README.md) [https://github.com/twgh/xcgui](https://github.com/twgh/xcgui) Examples # Usage ### (1)Download xcgui.dll to the system32 directory (if already downloaded, ignore this step) ```bash go install -ldflags="-s -w" github.com/twgh/getxcgui@latest getxcgui -o %windir%\system32\xcgui.dll ``` ### (2)Get ```bash git clone https://github.com/twgh/xcgui-example cd xcgui-example && go mod tidy cd SimpleWindow && go run . ``` # Visualization UI Designer [![uidesigner](https://z3.ax1x.com/2021/09/15/4Vmh9S.png)](https://github.com/twgh/xcgui-example/blob/main/uidesigner/uidesigner.png) # Simple Window [![SimpleWindow](https://s1.ax1x.com/2022/05/24/XiEWtg.png)](https://github.com/twgh/xcgui-example/tree/main/SimpleWindow) [![ButtonImage](https://s1.ax1x.com/2022/05/24/XiuLAx.jpg)](https://github.com/twgh/xcgui-example/tree/main/ButtonImage)