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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pauldotknopf/qml.net

Open-source alternatives to Qml.Net

30 open-source projects similar to pauldotknopf/qml.net, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Qml.Net alternative.

  • amerkoleci/vortice.vulkanA

    amerkoleci/Vortice.Vulkan

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • apache/spark-connect-goA

    apache/spark-connect-go

    0Auf GitHub ansehen↗

    This project houses the experimental client for Spark Connect for Apache Spark written in Golang.

    Auf GitHub ansehen↗0
  • arakelian/java-jqAvatar von arakelian

    arakelian/java-jq

    92Auf GitHub ansehen↗

    java-jq is not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries in a jar file, and then uses Java Native Access (JNA) to call the embedded libraries in a Java-friendly way.

    Java
    Auf GitHub ansehen↗92
  • atc-/docker-registry-webA

    atc-/docker-registry-web

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • avaloniaui/avaloniaAvatar von AvaloniaUI

    AvaloniaUI/Avalonia

    30,986Auf GitHub ansehen↗

    Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting

    C#androidapp-frameworkavalonia
    Auf GitHub ansehen↗30,986

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • avaloniaui/avaloniaeditAvatar von AvaloniaUI

    AvaloniaUI/AvaloniaEdit

    1,050Auf GitHub ansehen↗
    C#avaloniacode-editoreditor
    Auf GitHub ansehen↗1,050
  • benruehl/adonis-uiAvatar von benruehl

    benruehl/adonis-ui

    1,863Auf GitHub ansehen↗

    Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals

    C#color-schemecsharpdark-theme
    Auf GitHub ansehen↗1,863
  • bero1985/pasvulkanAvatar von BeRo1985

    BeRo1985/pasvulkan

    220Auf GitHub ansehen↗

    Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.3.1 FPC trunk and any recent current Delphi version)

    Pascal
    Auf GitHub ansehen↗220
  • cacarico/hyprluaC

    cacarico/hyprlua

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • capsadmin/ffibuildC

    CapsAdmin/ffibuild

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • centurylinklabs/panamax-uiAvatar von CenturyLinkLabs

    CenturyLinkLabs/panamax-ui

    1,436Auf GitHub ansehen↗

    The Web GUI for Panamax

    JavaScript
    Auf GitHub ansehen↗1,436
  • cimgui/cimguiAvatar von cimgui

    cimgui/cimgui

    1,916Auf GitHub ansehen↗

    c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets

    Luabindingccimgui
    Auf GitHub ansehen↗1,916
  • colonelthirtytwo/dvulkanC

    ColonelThirtyTwo/dvulkan

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • covscript/covscript-imguiAvatar von covscript

    covscript/covscript-imgui

    5Auf GitHub ansehen↗

    ImGUI Extension for CovScript

    C++
    Auf GitHub ansehen↗5
  • crosbymichael/dockeruiC

    crosbymichael/dockerui

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • ctreffs/swiftimguiAvatar von ctreffs

    ctreffs/SwiftImGui

    177Auf GitHub ansehen↗

    This is a lightweight, auto-generated and thin Swift wrapper around the popular and excellent dear imgui library.

    C++
    Auf GitHub ansehen↗177
  • cuigh/swirlAvatar von cuigh

    cuigh/swirl

    667Auf GitHub ansehen↗

    Swirl is a web management tool for Docker, focused on swarm cluster.

    Go
    Auf GitHub ansehen↗667
  • cyndis/qmlrsAvatar von cyndis

    cyndis/qmlrs

    436Auf GitHub ansehen↗

    QtQuick interface for Rust

    Rust
    Auf GitHub ansehen↗436
  • ddobrev/qtsharpAvatar von ddobrev

    ddobrev/QtSharp

    582Auf GitHub ansehen↗

    Mono/.NET bindings for Qt

    C#bindingbridgecross-platform
    Auf GitHub ansehen↗582
  • deno-windowing/vulkanD

    deno-windowing/vulkan

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • dockerboard/dockerboardD

    dockerboard/dockerboard

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • doloopwhile/pyjqAvatar von doloopwhile

    doloopwhile/pyjq

    203Auf GitHub ansehen↗

    pyjq: Binding for jq JSON Processor

    Python
    Auf GitHub ansehen↗203
  • dominaezzz/kotlin-imguiAvatar von Dominaezzz

    Dominaezzz/kotlin-imgui

    91Auf GitHub ansehen↗

    This is meant to be a Kotlin-friendly wrapper (and binding) for Dear ImGui. It is experimental, as I am iterating on the API design and considering optimisations.

    Kotlin
    Auf GitHub ansehen↗91
  • dotnet/silk.netAvatar von dotnet

    dotnet/Silk.NET

    4,907Auf GitHub ansehen↗

    Silk.NET is a low-level API binding library for the .NET ecosystem that provides high-performance interfaces for graphics, audio, and input APIs. It consists of a C header binding generator that converts headers into type-safe language bindings, a graphics API interface for GPU compute and rendering, and a cross-platform windowing wrapper. The project utilizes a customizable pipeline to automate the generation of language bindings from C headers by mapping metadata to syntax trees. Its windowing and input abstraction provides a unified interface to manage application windows across different

    C#3daudiocsharp
    Auf GitHub ansehen↗4,907
  • dotnet/sparkAvatar von dotnet

    dotnet/spark

    2,093Auf GitHub ansehen↗

    .NET for Apache Spark provides high performance APIs for using Apache Spark from C# and F#. With these .NET APIs, you can access the most popular Dataframe and SparkSQL aspects of Apache Spark, for working with structured data, and Spark Structured Streaming, for working with streaming data.

    C#
    Auf GitHub ansehen↗2,093
  • dpethes/imgui-pasAvatar von dpethes

    dpethes/imgui-pas

    46Auf GitHub ansehen↗

    Pascal bindings for dear imgui (AKA ImGui) https://github.com/ocornut/imgui

    Pascal
    Auf GitHub ansehen↗46
  • dxma/perl5-json-jqAvatar von dxma

    dxma/perl5-json-jq

    5Auf GitHub ansehen↗

    Check module's own pod documentation on how to use it.

    Perl
    Auf GitHub ansehen↗5
  • eiiches/jackson-jqAvatar von eiiches

    eiiches/jackson-jq

    308Auf GitHub ansehen↗

    jackson-jq

    Java
    Auf GitHub ansehen↗308
  • erickjung/swiftguiAvatar von erickjung

    erickjung/SwiftGUI

    137Auf GitHub ansehen↗

    SwiftGUI is an experimental API inspired by SwiftUI DSL, using Dear ImGui as renderer and running on OSX and iOS.

    C++
    Auf GitHub ansehen↗137
  • allendang/cimgui-goAvatar von AllenDang

    AllenDang/cimgui-go

    523Auf GitHub ansehen↗

    Auto generated Go wrapper for Dear ImGui via cimgui

    C++cimguigolangimgui
    Auf GitHub ansehen↗523