Registry / other / allendang-giu

allendang-giu

JSON →
library0.15.0gogounverified

A rapid cross-platform GUI framework for Go based on Dear ImGui and the imgui-go binding.

go get github.com/AllenDang/giu
INSTALL
IMPORT
SIG · ALLENDANG-GIU
A
allendang-giu
othergov0.15.0
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.

giu
github.com/AllenDang/giu

Create a simple GUI window with a label

package main import ( "github.com/AllenDang/giu" ) func main() { wnd := giu.NewMasterWindow("Hello", 400, 200, 0) wnd.Run(func() { giu.SingleWindow("main", giu.Layout{ giu.Label("Hello, Giu!"), }) }) }
Debug
Known issues
gotchaGiu requires OpenGL 3.2+ and may not work in headless environments.
fix
Ensure a display server and OpenGL drivers are available.
affects: *
Upgrade
Version history
0.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Meta
1
OpenAI (training)
1
Resources
allendang-giu — go get allendang-giu · libregistry