Top 2.9% forks on proxy.golang.org
proxy.golang.org : github.com/whtiehack/wingui
Package wingui https://docs.microsoft.com/zh-cn/windows/win32/controls/progress-bar-control#using-progress-bars * wingui Golang GUI library ### Simple usage: Generate x.syso file from rc or res file use `windres.exe` tool. genereate syso: `windres -i emptyProject/Debug/resource.res -O coff -o vsui.syso` or `windres -i ui/ui.rc -O coff -o ui.syso` main.go ```go package main import "github.com/whtiehack/wingui" ``` run: `go run .` Don't use `go run main.go`, because golang can't load x.syso files.
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/whtiehack/wingui
Keywords:
go
, golanggui
, goui
, gui
, gui-library
, gui-toolkit
, resedit
, resource-editor
, win32
, windows
, windows-desktop
, wingui
License: MIT
Latest release: 6 months ago
First release: about 6 years ago
Namespace: github.com/whtiehack
Stars: 136 on GitHub
Forks: 25 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/whtiehack
Last synced: 11 days ago