Skip to content

unoplatform/Uno.Playground

Repository files navigation

Uno Playground

A browser-based sandbox for trying Uno Platform controls and layouts. Edit XAML markup and data context, then see the result rendered instantly via WebAssembly. Try it at https://playground.platform.uno.

Solution structure

Project Description
src/Uno.Playground Main Playground app (Uno.Sdk single-project, WebAssembly)
src/Uno.Playground.Api Azure Functions v1 backend (net461)

Prerequisites

  • .NET 10.0 SDK (or the version pinned in global.json)
  • Uno.Sdk (resolved automatically via global.json)

Building

dotnet restore src/Uno.Playground.slnx
dotnet build src/Uno.Playground.slnx

Running locally (WebAssembly)

dotnet run --project src/Uno.Playground/Uno.Playground.csproj

Publishing

dotnet publish src/Uno.Playground/Uno.Playground.csproj -c Release

The published output is a static WebAssembly site deployed via Azure Static Web Apps.

About

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

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

221 stars

Watchers

37 watching

Forks

Packages

 
 
 

Contributors