Registry / other / leaanthony-winc

leaanthony-winc

JSON →
library0.0.0-20220323084916-ea5df694ec1fgogounverified

A Go library for creating Windows GUI applications using native controls.

go get github.com/leaanthony/winc
INSTALL
IMPORT
SIG · LEAANTHONY-WINC
L
leaanthony-winc
othergov0.0.0-20220323084916-ea5df694ec1f
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

winc
github.com/leaanthony/winc

Creates a basic Windows window and runs the application loop.

package main import ( "github.com/leaanthony/winc" ) func main() { mainWindow := winc.NewForm(nil) mainWindow.SetSize(800, 600) mainWindow.Show() winc.RunMainLoop() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20220323084916-ea5df694ec1flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
leaanthony-winc — go get leaanthony-winc · libregistry