All Projects → XPlat-Apps → XPlat-Windows-APIs

XPlat-Apps / XPlat-Windows-APIs

Licence: MIT license
UWP style APIs cross-platform with .NET!

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to XPlat-Windows-APIs

Uno.playground
Source code for the Uno Gallery apps and Uno Playground (made in Wasm)
Stars: ✭ 184 (+493.55%)
Mutual labels:  xamarin, uwp
Connectivityplugin
Connectivity Plugin for Xamarin and Windows
Stars: ✭ 253 (+716.13%)
Mutual labels:  xamarin, uwp
Caliburn.micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
Stars: ✭ 2,404 (+7654.84%)
Mutual labels:  xamarin, uwp
ColorPicker
Color pickers for Xamarin Forms.
Stars: ✭ 38 (+22.58%)
Mutual labels:  xamarin, uwp
Nethereum.UI.Wallet.Sample
Cross platform wallet example using Nethereum, Xamarin.Forms and MvvmCross
Stars: ✭ 77 (+148.39%)
Mutual labels:  xamarin, uwp
Tiny.restclient
Simpliest Fluent REST client for .NET
Stars: ✭ 158 (+409.68%)
Mutual labels:  xamarin, uwp
Sharpcaster
Chromecast C# SDK for Windows, Windows Phone, .NET 4.5.1, Xamarin.iOS and Xamarin.Android platforms.
Stars: ✭ 245 (+690.32%)
Mutual labels:  xamarin, uwp
Simpleauth
The Simplest way to Authenticate and make Rest API calls in .Net
Stars: ✭ 148 (+377.42%)
Mutual labels:  xamarin, uwp
uno.toolkit.ui
A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
Stars: ✭ 45 (+45.16%)
Mutual labels:  xamarin, uwp
LaunchMapsPlugin
Launch External Maps Plugin for Xamarin and Windows
Stars: ✭ 49 (+58.06%)
Mutual labels:  xamarin, uwp
Uno.quickstart
An Uno "Hello world!" project using Windows UWP, iOS, Android and WebAssembly
Stars: ✭ 157 (+406.45%)
Mutual labels:  xamarin, uwp
Portable-WebDAV-Library
Moved to codeberg.org - https://codeberg.org/DecaTec/Portable-WebDAV-Library - The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETS…
Stars: ✭ 45 (+45.16%)
Mutual labels:  xamarin, uwp
Xamarines
🕹️📱Cross-Platform Nintendo Emulator using Xamarin and .Net Standard!
Stars: ✭ 153 (+393.55%)
Mutual labels:  xamarin, uwp
Microsoft.maui.graphics
Stars: ✭ 160 (+416.13%)
Mutual labels:  xamarin, uwp
Megaapiclient
MegaApiClient is a C# .Net library to access http://mega.co.nz / http://mega.nz cloud storage and file hosting service.
Stars: ✭ 151 (+387.1%)
Mutual labels:  xamarin, uwp
Xamarin Demos
This repository contains the Syncfusion Xamarin UI control’s samples and the guide to use them.
Stars: ✭ 218 (+603.23%)
Mutual labels:  xamarin, uwp
Mvvmvalidation
Lightweight library that helps reduce boilerplate when implementing validation in XAML MVVM applications
Stars: ✭ 141 (+354.84%)
Mutual labels:  xamarin, uwp
Restclient.net
.NET REST Client Framework for all platforms
Stars: ✭ 143 (+361.29%)
Mutual labels:  xamarin, uwp
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+716.13%)
Mutual labels:  xamarin, uwp
Xalami
A delicious way to kickstart your Xamarin Forms project
Stars: ✭ 18 (-41.94%)
Mutual labels:  xamarin, uwp

XPlat Windows APIs project banner

XPlat Windows APIs

XPlat Windows APIs are designed to make it easier for developers adjusted to developing with the Windows Runtime APIs (UWP) to take those skills cross-platform with their applications in .NET.

As each application platform offers their own unique platform-specific APIs, XPlat attempts to bring all of those APIs under one umbrella using a UWP like API, allowing a developer to learn a single API which works with any application built for Windows and Xamarin for Android and iOS.

For a Windows developer, this is appealing as it allows you to easily migrate your existing Windows code to Xamarin shared code with minimal changes through the use of XPlat Windows APIs which mimic the UWP API alternatives.

Build Status 🏗️

Build Status Current Preview
Packages CI NuGet NuGet
Docs Docs N/A N/A

Installation 💾

XPlat Windows APIs are available via NuGet. Each available package is detailed below.

We have purposefully split the XPlat Windows APIs to allow you to pick and choose the specific components that your app needs to prevent bloat!

Package Current Preview
XPlat.ApplicationModel Nuget Nuget
XPlat.ApplicationModel.DataTransfer Nuget Nuget
XPlat.Core Nuget Nuget
XPlat.Device.Display Nuget Nuget
XPlat.Device.Geolocation Nuget Nuget
XPlat.Device.Launcher Nuget Nuget
XPlat.Device.Power Nuget Nuget
XPlat.Device.Profile Nuget Nuget
XPlat.Foundation Nuget Nuget
XPlat.Media.Capture Nuget Nuget
XPlat.Services.Maps Nuget Nuget
XPlat.Storage Nuget Nuget
XPlat.Storage.Pickers Nuget Nuget
XPlat.UI Nuget Nuget
XPlat.UI.Controls Nuget Nuget
XPlat.UI.Core Nuget Nuget
XPlat.UI.Popups Nuget Nuget

Take a look at our 'Getting started with XPlat Windows APIs guide' for help getting up and running!

Made with XPlat 💻

Got a great project you've built with XPlat? We'd love for you to share your awesome creations with the community!

Add your projects to the Made with XPlat collection!

Documentation 📚

If you want to deep dive into the APIs with details on how to use the features, you can browse the documentation for XPlat Windows APIs!

Supported Platforms 📱

XPlat Windows APIs is currently being developed for the following platforms:

  • Windows
  • iOS
  • Android

Contributing 🚀

Looking to help build our XPlat Windows APIs? Take a look through our contribution guidelines.

We actively encourage you to jump in and help with any issues!

Building XPlat Windows APIs ⚒️

XPlat Windows APIs have been built using .NET Standard, taking advantage of the new SDK-style projects and multi-targeting enabled with the help of MSBuild.Sdk.Extras.

You can build the solution using Visual Studio with the following workloads installed:

  • .NET desktop development
  • Universal Windows Platform development
  • Mobile Development with .NET
  • .NET Core cross-platform development

License

XPlat Windows APIs are made available under the terms and conditions of the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].