awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
go-qml avatar

go-qml/qml

0
View on GitHub↗
1,950 estrellas·187 forks·Go·3 vistas

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.

Historial de estrellas

Gráfico del historial de estrellas de go-qml/qmlGráfico del historial de estrellas de go-qml/qml

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Qml

Colecciones seleccionadas manualmente donde aparece Qml.
  • Qt bindings

Alternativas open-source a Qml

Proyectos open-source similares, clasificados según cuántas características comparten con Qml.
  • pysimplegui/pysimpleguiAvatar de PySimpleGUI

    PySimpleGUI/PySimpleGUI

    13,807Ver en 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
    Ver en GitHub↗13,807
  • visualfc/goqtAvatar de visualfc

    visualfc/goqt

    1,471Ver en 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
    Ver en GitHub↗1,471
  • getlantern/systrayAvatar de getlantern

    getlantern/systray

    3,707Ver en 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
    Ver en GitHub↗3,707
  • fyne-io/fyneAvatar de fyne-io

    fyne-io/fyne

    27,941Ver en 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
    Ver en GitHub↗27,941
Ver las 30 alternativas a Qml→

Preguntas frecuentes

¿Qué hace go-qml/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.

¿Cuáles son las características principales de go-qml/qml?

Las características principales de go-qml/qml son: Graphical User Interfaces, Go Desktop Frameworks, Event Loop Message Integrations, Qt Framework Integrations, Go Bindings, QML Bindings, Cgo Native Interop, Dynamic Type Registrations.

¿Qué alternativas de código abierto existen para go-qml/qml?

Las alternativas de código abierto para go-qml/qml incluyen: 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…