VisioForge.DotNet.Core.UI.Uno 2026.2.24

dotnet add package VisioForge.DotNet.Core.UI.Uno --version 2026.2.24
                    
NuGet\Install-Package VisioForge.DotNet.Core.UI.Uno -Version 2026.2.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VisioForge.DotNet.Core.UI.Uno" Version="2026.2.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="VisioForge.DotNet.Core.UI.Uno" Version="2026.2.24" />
                    
Directory.Packages.props
<PackageReference Include="VisioForge.DotNet.Core.UI.Uno" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add VisioForge.DotNet.Core.UI.Uno --version 2026.2.24
                    
#r "nuget: VisioForge.DotNet.Core.UI.Uno, 2026.2.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package VisioForge.DotNet.Core.UI.Uno@2026.2.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=VisioForge.DotNet.Core.UI.Uno&version=2026.2.24
                    
Install as a Cake Addin
#tool nuget:?package=VisioForge.DotNet.Core.UI.Uno&version=2026.2.24
                    
Install as a Cake Tool

VisioForge.Core.UI.Uno

VisioForge SDKs UI wrappers for Uno Platform. This package provides video view controls for use with VisioForge Media Framework SDKs on Uno Platform applications.

Supported Platforms

  • Windows (Desktop)
  • Android
  • iOS
  • macOS (via Mac Catalyst)
  • WebAssembly
  • Linux (Skia Desktop)

Features

  • Video rendering control for Uno Platform applications
  • GStreamer-based video pipeline integration
  • Cross-platform video playback and capture
  • Hardware-accelerated rendering where available

Requirements

  • .NET 9.0 or later
  • Uno Platform 6.4 or later
  • VisioForge Media Framework SDK
  • GStreamer runtime for your target platform

Usage

Add the VideoView control to your Uno Platform application:

<Page
    x:Class="MyApp.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:vf="using:VisioForge.Core.UI.Uno">
    
    <Grid>
        <vf:VideoView x:Name="videoView" />
    </Grid>
</Page>

Documentation

For more information, please visit VisioForge Documentation.

License

Please refer to the VisioForge SDK license agreement.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed.  net10.0-windows10.0.19041 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.2.24 0 2/25/2026
2026.2.23 48 2/23/2026
2026.2.22 39 2/22/2026
2026.2.21 43 2/21/2026
2026.2.20 38 2/21/2026
2026.2.19 76 2/18/2026
2026.2.18 88 2/15/2026
2026.2.17 89 2/15/2026
2026.2.16 100 2/14/2026
2026.2.15 86 2/13/2026
2026.2.14 86 2/12/2026
2026.2.12 90 2/11/2026
2026.2.11 93 2/11/2026
2026.2.10 103 2/11/2026
2026.2.5 94 2/9/2026
2026.2.4 109 2/5/2026
2026.2.3 94 2/4/2026
2026.2.2 89 2/2/2026
2026.1.20 94 1/29/2026
2026.1.19 109 1/28/2026
Loading failed

Bug fixes and performance improvements. Please check changelog.