Registry / other / google-gxui

google-gxui

JSON →
library0.0.0-20151028112939-f85e0a97b3a4gogounverified

A Go cross-platform UI library for building graphical user interfaces.

go get github.com/google/gxui
INSTALL
IMPORT
SIG · GOOGLE-GXUI
G
google-gxui
othergov0.0.0-20151028112939-f85e0a97b3a4
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.

gxui
github.com/google/gxui

Create a basic window with GXUI

package main import ( "github.com/google/gxui" "github.com/google/gxui/drivers/gl" "github.com/google/gxui/themes/dark" ) func main() { gl.StartDriver(func(driver gxui.Driver) { theme := dark.CreateTheme(driver) window := theme.CreateWindow(800, 600, "Hello") window.OnClose(driver.Terminate) }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20151028112939-f85e0a97b3a4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
google-gxui — go get google-gxui · libregistry