The Uno Platform is an Universal Windows Platform Bridge to allow UWP based code to run on iOS, Android, and WebAssembly. It provides the full definitions of the UWP Windows 10 October 2018 Update (17763), and the implementation of growing number parts of the UWP API, such as Windows.UI.Xaml, to enable applications to run on these platforms.
Use the UWP tooling from Windows in Visual Studio, such as XAML Edit and Continue and C# Edit and Continue, build your application as much as possible on Windows, then validate that your application runs on iOS, Android and WebAssembly.
Visit our documentation for more details.
Here's a list of live apps made with the Uno Platform for WebAssembly.
- The Uno Platform Playground (Source)
- The Xaml Controls Gallery (Source)
- The Uno.WindowsCommunityToolkit, (Source)
- The Uno.Lottie, a sample that uses the AnimatedVisualPlayer (Source)
- The Uno.RoslynQuoter, a Roslyn based C# analysis tool (Source)
- The Uno.BikeSharing360 App, a Xamarin.Forms app running on top of Uno for WebAssembly (Source)
- The Uno.WindowsStateTriggers App, a demo of the Morten's WindowsStateTriggers (Source)
- The SQLite + Entity Framework Core App, a demo of the combination of Roslyn, Entity Framework Core, SQLite and the Uno Platform to manipulate an in-browser database.
- The Uno.WebSockets App, a demo of System.Net.WebSocket running from WebAssembly (Source)
- A mono-wasm AOT RayTracer
Let us know if you've made your app publicly available, we'll list it here!
- Supported platforms:
- Windows (via the standard UWP Toolkit)
- iOS and Android (via Xamarin)
- WebAssembly through the Mono Wasm SDK
- Dev loop
- Develop on Windows first using Visual Studio
- XAML Edit and Continue for live XAML edition on each key stroke
- C# Edit and Continue
- Validate on other platforms as late as possible
- Cross Platform Controls
- UWP Code Support
- Responsive Design
- Platform Specific
- Native controls and properties via conditional XAML
- Any of the existing Xamarin iOS/Android libraries available
To get started with Uno and build your first Uno app check out the QuickStart repository.
For a larger example and features demo:
- Visit the Uno Gallery and Playground repository
- Try the WebAssembly Uno Playground live in your browser
Make sure to visit our FAQ, StackOverflow, create an issue or visit our gitter.
We're getting started, but there are many ways that you can contribute to the Uno Platform, as the UWP api is pretty large! Read our contributing guide to learn about our development process and how to propose bug fixes and improvements.