Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/unoplatform/Uno.Playground
- Owner: unoplatform
- License: other
- Created: 2018-05-08T16:24:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T21:10:30.000Z (30 days ago)
- Last Synced: 2024-11-12T21:35:42.082Z (30 days ago)
- Topics: csharp, first-timers-friendly, hacktoberfest, mono, uno, uno-platform, uwp, wasm, webassembly, xamarin
- Language: C#
- Homepage: https://playground.platform.uno/
- Size: 30.7 MB
- Stars: 214
- Watchers: 41
- Forks: 34
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- open-source-xamarin-apps - Uno Playground - gallery/id1380984680), [Android](https://play.google.com/store/apps/details?id=com.nventive.uno.ui.demo), [UWP](https://www.microsoft.com/store/apps/9NTT97F69ZHZ)] (Misc / Git)
- awesome-uno-platform - Uno Playground - Uno Playground app with UI samples. (Open-source apps / Compatibility)
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).