Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unoplatform/Uno.Playground

Source code for the Uno Gallery apps and Uno Playground (made in Wasm)
https://github.com/unoplatform/Uno.Playground

csharp first-timers-friendly hacktoberfest mono uno uno-platform uwp wasm webassembly xamarin

Last synced: 28 days ago
JSON representation

Source code for the Uno Gallery apps and Uno Playground (made in Wasm)

Awesome Lists containing this project

README

        

# Uno Playground

This is the code for published apps on stores (_Uno Gallery_) - Windows, Android & iOS
and for the _Uno Playground_ .

## Building it

You'll need Visual Studio 2017 v15.5+ to compile it. You also need those components:

- Web Site development (aspnet core)
- .NET Core cross-platform projects
- Xamarin SDK (if you want to test iOS & Android)

## UWP

To run the UWP project, simply select the project `Uno.UI.Demo.UWP` as starting
project.

## Android & iOS

To run Xamarin versions, select the project `Uno.UI.Demo.Droid` or `Uno.UI.Demo.iOS`
as starting project. For iOS, don't forget to pick emulator or device. You may need
additionnal provisionning configuration to run it on a device.

## Wasm

Run the project `Uno.UI.Demo.AspnetShell` - that's the `platform.uno` web site
and go to the url `/Playground/index.html` once it's started (don't use the link
in the site, it will bring you to the public version).