awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Cross-Platform Abstraction Layers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesCross-Platform Abstraction Layers

Unified component models that map to native rendering targets across desktop, mobile, and web.

Distinguishing note: Focuses on the abstraction layer itself rather than the resulting application.

Explore 2 awesome GitHub repositories matching user interface & experience · Cross-Platform Abstraction Layers. Refine with filters or upvote what's useful.

  1. Home
  2. User Interface & Experience
  3. Cross-Platform Abstraction Layers

Awesome Cross-Platform Abstraction Layers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • DioxusLabs/dioxus

    DioxusLabs/dioxus

    34,784View on GitHub↗

    Dioxus is a cross-platform development framework designed for building native desktop, mobile, and web applications from a single codebase. It utilizes a declarative component model and macro-powered syntax to define reusable interface elements, which are then rendered as native widgets or web elements. At its core, the framework employs a signal-based reactivity system that tracks state dependencies to trigger granular updates, ensuring efficient interface performance without re-rendering the entire application tree. The framework distinguishes itself through a unified full-stack runtime tha

    Maps a unified component model to native desktop, mobile, and web rendering targets.

    Rustandroidcssdesktop
    34,784View on GitHub↗
  • AvaloniaUI/Avalonia

    AvaloniaUI/Avalonia

    30,100View on GitHub↗

    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

    Provides a unified interface for platform-specific services like windowing and input handling to enable cross-platform code sharing.

    C#androidapp-frameworkavalonia
    30,100View on GitHub↗