awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
go-qml avatar

go-qml/qml

0
View on GitHub↗
1,950 stars·187 forks·Go·22 views

Qml

Qml is a Go library that integrates with Qt QML to build native graphical user interfaces and cross-platform desktop applications. It functions as a bindings bridge, connecting backend code directly to a cross-platform windowing toolkit and combining C++ and declarative UI components with compiled programming languages.

The library relies on a Cgo-based foreign function interface to bridge Go runtime routines directly with native C++ object models. It features dynamic type registration to expose native Go types and methods to the declarative QML engine at runtime without intermediate stub code, along with event loop message integration that synchronizes the Go concurrency scheduler with the native Qt event loop. Additionally, a Qt object binding bridge connects dynamic QML properties and signals directly to compiled Go structs and functions via reflection.

Features

  • Graphical User Interfaces - Constructs native graphical user interfaces by binding programming languages directly with cross-platform windowing toolkits.
  • Go Desktop Frameworks - Develops native desktop software with the Go programming language by connecting to windowing toolkits and UI engines.
  • Event Loop Message Integrations - Synchronises the Go concurrency scheduler with the native Qt event loop to handle UI threads safely.
  • Qt Framework Integrations - Provides a development bridge for combining C++ and Qt QML declarative UI components with other compiled programming languages.
  • Go Bindings - Functions as a Go library that integrates with Qt QML to build native graphical user interfaces and cross-platform desktop applications.
  • QML Bindings - Provides a Go library that integrates with Qt QML to build native graphical user interfaces and cross-platform desktop applications.
  • Cgo Native Interop - Executes compiled Cgo bindings to safely bridge Go runtime routines directly with native C++ object models.
  • Dynamic Type Registrations - Exposes native Go types and methods to the declarative QML engine at runtime without intermediate stub code.
  • Qt Object Binding Bridges - Connects dynamic QML properties and signals directly to compiled Go structs and functions via reflection.
  • Cross-Platform GUI Toolkits - Constructs native graphical user interfaces for multiple operating systems using declarative UI frameworks and language bindings.
  • Go QML Frameworks - Builds desktop applications in Go by combining backend logic with declarative QML user interfaces for cross-platform apps.

Star history

Star history chart for go-qml/qmlStar history chart for go-qml/qml

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Qml

These projects share indexed features with Qml. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • pysimplegui/pysimpleguiPySimpleGUI avatar

    PySimpleGUI/PySimpleGUI

    13,807View on GitHub↗

    PySimpleGUI is a Python framework used to build graphical user interfaces. It functions as an adapter-based wrapper that maps multiple GUI toolkit APIs into a single unified interface, allowing for backend-agnostic development across tkinter, Qt, or WxPython. The project uses a layout-based UI definition system where visual hierarchies are defined via nested lists rather than coordinate-based placement. It employs an event-driven polling loop and string-based event mapping to associate interface elements with specific user actions. The framework supports cross-framework GUI design and intera

    Pythonbeginner-friendlydatavisualizationgames
    View on GitHub↗13,807
  • visualfc/goqtvisualfc avatar

    visualfc/goqt

    1,471View on GitHub↗

    Goqt is a cross-platform desktop GUI library and interoperability framework that provides Go bindings for constructing native graphical user interfaces. It enables developers to build desktop software that runs natively across multiple operating systems from a single codebase by integrating with mature graphics libraries and widget components. The library relies on a C-based language bridge and code-generated wrapper bindings to proxy method calls, signals, and slots between Go code and native C++ objects. It incorporates a custom event routing mechanism for dispatching user interface events

    Go
    View on GitHub↗1,471
  • getlantern/systraygetlantern avatar

    getlantern/systray

    3,707View on GitHub↗

    systray is a Go library used to create and manage icons and menus within the operating system notification area. It functions as a cross-platform GUI library that provides a persistent application entry point and a notification area menu manager. The library enables the creation of hierarchical menus and custom tray icons across different desktop operating systems. It supports the use of nested submenus and allows for the styling of individual menu entries with custom images. The toolset covers a range of interaction capabilities, including the management of menu item states through checked

    Go
    View on GitHub↗3,707
  • fyne-io/fynefyne-io avatar

    fyne-io/fyne

    27,941View on GitHub↗

    Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive framework for building native applications that run on desktop, mobile, and web environments from a single codebase. The toolkit centers on a canvas-based rendering engine and a device-independent layout engine, ensuring that visual elements maintain consistent dimensions and behavior across diverse operating systems and screen densities. The project distinguishes itself through a reactive data-binding system that automatically synchronizes application state with interface co

    Goandroidcross-platformfyne
    View on GitHub↗27,941
Compare all 30 related projects→

Curated searches featuring Qml

Hand-picked collections where Qml appears.
  • Qt bindings

Frequently asked questions

What does go-qml/qml do?

Qml is a Go library that integrates with Qt QML to build native graphical user interfaces and cross-platform desktop applications. It functions as a bindings bridge, connecting backend code directly to a cross-platform windowing toolkit and combining C++ and declarative UI components with compiled programming languages.

What are the main features of go-qml/qml?

The main features of go-qml/qml are: Graphical User Interfaces, Go Desktop Frameworks, Event Loop Message Integrations, Qt Framework Integrations, Go Bindings, QML Bindings, Cgo Native Interop, Dynamic Type Registrations.

Which projects share features with go-qml/qml?

Projects with overlapping indexed features include: pysimplegui/pysimplegui — PySimpleGUI is a Python framework used to build graphical user interfaces. It functions as an adapter-based wrapper… visualfc/goqt — Goqt is a cross-platform desktop GUI library and interoperability framework that provides Go bindings for constructing… getlantern/systray — systray is a Go library used to create and manage icons and menus within the operating system notification area. It… fyne-io/fyne — Fyne is a cross-platform graphical user interface toolkit for the Go programming language. It provides a comprehensive… idea4good/guilite — GuiLite is a header-only C++ graphical user interface library and cross-platform framework. It provides a minimal… mahapps/mahapps.metro — MahApps.Metro is a WPF UI framework and control library designed for building modern desktop applications using…