πŸ“Gio

url

Gio - immediate mode GUI in Go

Gio is an Immediate mode GUI library in Go. Unlike many other IMGUI libraries, it is full-featured and is intended for user-facing applications (as opposed to debugging tools and game editors).

Gio reifies drawing and some other operations as a list of Ops. These Ops can be captured, replayed, transformed, etc. The Ops is central to the Gio architecture.

See also:

Resources:

Backlinks