2 repos
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.
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.
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.