Getting Started

Examples

See the LiveScope examples repo for quick ways to get Started

WPF

  1. Add the LiveScope.WPF NuGet package
  2. Add the LiveScopeControl element to your XAML

Avalonia

Windows

  1. Add the LiveScope.Avalonia NuGet package to your shared project
  2. Add the LiveScope.Avalonia.Windows NuGet package to your Windows desktop application project
  3. Add the LiveScopeControl element to your XAML within your shared project view or window

MacOs

  1. Add the LiveScope.Avalonia NuGet package to your shared project
  2. Add the LiveScope.Avalonia.MacOs NuGet package to your MacOs desktop application project
  3. Add the MacOsLiveScopeControl element to your XAML within your shared project view or window

Android

  1. Add the LiveScope.Avalonia NuGet package to your shared project
  2. Add the LiveScope.Avalonia.Android NuGet package to your Android application project
  3. Add the LiveScopeControl element to your XAML within your shared project view or window