English | 简体中文
https://github.com/twgh/xcgui 的例子
64位 | 点击下载 |
---|---|
32位 | 点击下载 |
64位
iwr https://pkggo-generic.pkg.coding.net/xcgui/file/xcgui.dll?version=latest -OutFile xcgui.dll
32位
iwr https://pkggo-generic.pkg.coding.net/xcgui/file/xcgui-32.dll?version=latest -OutFile xcgui.dll
请确保
%GOPATH%\bin
在环境变量path
中
go install github.com/twgh/getxcgui@latest
getxcgui
如果要把dll直接下载到C:\Windows\System32
目录里,请使用如下命令:
getxcgui -o %windir%\system32\xcgui.dll
网盘内还包含界面设计器
和chm帮助文档
网盘 | 下载地址 |
---|---|
百度网盘 | 下载 |
蓝奏云 | 下载 |
git clone https://github.com/twgh/xcgui-example
go mod tidy
cd SimpleWindow && go run .