GXUI
An experimental Go cross platform UI library
GXUI is an experimental, cross-platform GUI toolkit for Go that explored what a modern, GPU-accelerated desktop UI could look like for the language. It provided a set of widgets, layout containers, and event models that ran on Windows, macOS, and Linux, targeting a single Go API surface. Rendering was driven by a graphics backend so that animations, text, and compositing could be smooth without relying on heavyweight native bindings. The library encouraged idiomatic Go patterns—composition...