# qmlnet/qmlnet

Qml.Net - Qt/QML integration/support for .NET

Repository: https://github.com/qmlnet/qmlnet
Canonical: https://ross.abutalabs.com/products/qmlnet
Homepage: https://qmlnet.github.io/
Language: C#
License: MIT
License Family: permissive
Topics: charp, qml, net-core, mono
Last push: 2022-12-08T05:22:33+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3381, "days_push": 1364, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1412, forks 111 (observed 2026-08-28T04:04:39.443072+00:00)

## What it is
Qml.Net is a library that integrates Qt/QML with .NET (Framework, Core, and Mono), letting developers build cross-platform desktop applications with QML UIs driven by .NET types. Rendering and animations happen natively in Qt, with interop limited to data models exposed to the GUI.

## Use cases
- build cross-platform desktop apps in C# with QML UIs
- use QML for MVVM data binding with .NET POCOs
- expose .NET properties and methods to a QML frontend
- emit signals from .NET that QML can listen to
- create native-rendering GUIs without PInvoke overhead
- reuse existing .NET business logic behind a Qt interface

## When to choose
- you want a .NET backend with a modern declarative QML UI
- you need native rendering performance for animations and controls
- you target Windows, macOS, and Linux from one codebase
- you prefer Qt's mature control ecosystem over other .NET UI frameworks

## When to avoid
- you want a pure .NET UI stack like WPF, Avalonia, or MAUI
- you need web-based UIs (HTML/Electron-style)
- you require active development and frequent updates - the project is in maintenance mode
- you only target mobile platforms

## Facets
- artifact type: library
- maturity: maintenance
- function: gui, ui-components, desktop-framework, sdk
- domain: desktop-applications, cross-platform, developer-tools
- platform: cross-platform, windows, dotnet, cpp
- tags: qt, qml, mvvm, native-rendering, net-core, mono, desktop-gui, linux, macos

## Member repositories
- qmlnet/qmlnet (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:39.443072+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:21.657103+00:00, confidence not recorded.
  - readme: https://github.com/qmlnet/qmlnet (fetched 2026-08-28T04:04:39.443072+00:00, sha 891b32418dd6)
  - homepage: https://qmlnet.github.io/ (fetched 2026-08-29T11:51:22.521262+00:00, sha d3c2423ec2b9)
- Data as of 2026-08-30T08:39:29.467469+00:00.
