The Uno and MAUI packages bring the same render-scene model to additional app stacks.
ProCad.Controls.Uno targets .NET 10 with Uno SDK and Skia renderer features. It exposes viewer/editor controls over the shared ProCad.Controls and ProCad.Controls.Skia layers.
dotnet build ProCad.Controls.Uno/ProCad.Controls.Uno.csproj -c Release
ProCad.Controls.Maui targets:
net10.0-androidnet10.0-iosnet10.0-maccatalystMAUI build and pack jobs should run on macOS when iOS and Mac Catalyst targets are involved.
dotnet workload restore ProCad.Controls.Maui/ProCad.Controls.Maui.csproj
dotnet build ProCad.Controls.Maui/ProCad.Controls.Maui.csproj -c Release
Keep document services and render scene generation in shared app/domain code. The platform packages are view-layer adapters over the same scene contract.