Getting Started
Examples
See the LiveScope examples repo for quick ways to get Started
WPF
- Add the LiveScope.WPF NuGet package
- Add the
LiveScopeControl
element to your XAML
Avalonia
Windows
- Add the LiveScope.Avalonia NuGet package to your shared project
- Add the LiveScope.Avalonia.Windows NuGet package to your Windows desktop application project
- Add the
LiveScopeControl
element to your XAML within your shared project view or window
MacOs
- Add the LiveScope.Avalonia NuGet package to your shared project
- Add the LiveScope.Avalonia.MacOs NuGet package to your MacOs desktop application project
- Add the
MacOsLiveScopeControl
element to your XAML within your shared project view or window
Android
- Add the LiveScope.Avalonia NuGet package to your shared project
- Add the LiveScope.Avalonia.Android NuGet package to your Android application project
- Add the
LiveScopeControl
element to your XAML within your shared project view or window