Registry / utility / andlabs-ui

andlabs-ui

JSON →
library0.0.0-20200610043537-70a69d6ae31egogounverified

Go bindings for libui, a portable GUI library for desktop applications.

go get github.com/andlabs/ui
INSTALL
IMPORT
SIG · ANDLABS-UI
A
andlabs-ui
utilitygov0.0.0-20200610043537-70a69d6ae31e
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.

ui
github.com/andlabs/ui

Creates a simple window with a label and runs the UI event loop.

package main import ( "github.com/andlabs/ui" ) func main() { window := ui.NewWindow("Hello", 200, 100, false) window.SetChild(ui.NewLabel("Hello, World!")) window.OnClosing(func(*ui.Window) bool { ui.Quit() return true }) window.Show() ui.Main() }
Debug
Known issues
gotchaThe library is unmaintained and may not work with newer Go versions or operating systems.
fix
Consider alternatives like 'fyne.io/fyne' or 'github.com/nicland/andlabs/ui' (fork).
affects: *
Upgrade
Version history
0.0.0-20200610043537-70a69d6ae31elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
Amazon
1
OpenAI (training)
1
Resources
andlabs-ui — go get andlabs-ui · libregistry