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.