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: 11 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-27T12:01:48.000Z (26 days ago)
- Last Synced: 2025-06-05T22:10:03.169Z (17 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: 218
- Watchers: 41
- Forks: 34
- Open Issues: 34
-
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
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).