Registry / other / jezek-xgb

jezek-xgb

JSON →
library1.3.1gogounverified

XGB provides a low-level Go binding for the X Window System protocol, enabling window manager and GUI toolkit development.

go get github.com/jezek/xgb
INSTALL
IMPORT
SIG · JEZEK-XGB
J
jezek-xgb
othergov1.3.1
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.

xgb
github.com/jezek/xgb

Connect to the X server and print confirmation

package main import ( "fmt" "github.com/jezek/xgb" ) func main() { X, err := xgb.NewConn() if err != nil { fmt.Println(err) return } defer X.Close() fmt.Println("Connected to X server") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
jezek-xgb — go get jezek-xgb · libregistry