Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.63 KB

README-en.md

File metadata and controls

63 lines (37 loc) · 1.63 KB

XCGUI Examples

English | 简体中文

https://github.com/twgh/xcgui Examples

Usage

1. Download xcgui.dll to the system32 directory (if already downloaded, ignore this step)

(1) Download link

x64 download
x86 download

(2) Command line download

x64

iwr https://pkggo-generic.pkg.coding.net/xcgui/file/xcgui.dll?version=latest -OutFile xcgui.dll

x86

iwr https://pkggo-generic.pkg.coding.net/xcgui/file/xcgui-32.dll?version=latest -OutFile xcgui.dll

(3) Network disk download

download

2. Clone project to local

(1) git clone

git clone https://github.com/twgh/xcgui-example

(2) If you don't have git, you can download the source zip and decompress it locally.

download

3. Execute commands in the project directory

go mod tidy
cd SimpleWindow && go run .

Visualization UI Designer

uidesigner

Simple Window

SimpleWindow

ButtonImage