1 रिपॉजिटरी
Development tools for creating graphical user interfaces using the Go programming language.
Distinct from Go Web Frameworks: Existing candidates focus on web backend frameworks or CLI tools, not native/web GUI kits for Go.
Explore 1 awesome GitHub repository matching user interface & experience · Go GUI Frameworks. Refine with filters or upvote what's useful.
gxui is an experimental Go GUI framework and cross-platform UI library used to create graphical user interfaces that run on multiple operating systems using a single codebase. The framework utilizes a WebGL web UI renderer that compiles Go application code into JavaScript to display interfaces within a web browser. It employs a cross-platform abstract interface to map UI primitives to different operating system rendering backends. The project covers the development of single-codebase application logic and the rendering of interfaces through hardware-accelerated graphics APIs.
Provides an experimental framework for building both native and web-based visual layouts using Go.