1 repo
Frameworks for building native-feeling desktop applications for multiple operating systems.
Distinguishing note: Focuses on desktop-specific cross-platform development rather than general web or mobile.
Explore 1 awesome GitHub repository matching web development · Cross-Platform Desktop Frameworks. Refine with filters or upvote what's useful.
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
Enables building native-feeling desktop applications for Windows, macOS, and Linux from a single codebase.