Overview of Uno Platform Core Capabilities
masterUno Platform is a cross-platform UI framework that allows developers to build pixel-perfect applications from a single C# and XAML codebase. It targets multiple platforms including:
- Windows (Win32, UWP, WinUI 3)
- WebAssembly (Browser-based)
- iOS (iPhone and iPad)
- Android (Phones and tablets)
- macOS (Native Mac applications)
- Linux (GTK-based applications)
- Embedded devices (IoT and specialized hardware)
Developers can leverage existing Microsoft technologies (C# and XAML) and utilize modern development patterns like MVVM or MVUX.