UrhoSharp.Forms 1.0.556

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package UrhoSharp.Forms --version 1.0.556
NuGet\Install-Package UrhoSharp.Forms -Version 1.0.556
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="UrhoSharp.Forms" Version="1.0.556" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UrhoSharp.Forms --version 1.0.556
#r "nuget: UrhoSharp.Forms, 1.0.556"
#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.
// Install UrhoSharp.Forms as a Cake Addin
#addin nuget:?package=UrhoSharp.Forms&version=1.0.556

// Install UrhoSharp.Forms as a Cake Tool
#tool nuget:?package=UrhoSharp.Forms&version=1.0.556

UrhoSharp is a lightweight Game Engine suitable for using with C# and F# to create games that run on Android, iOS, Mac, Windows and Unix. The game engine is available as a portable class library, allowing your game code to be written once and shared across all platforms. UrhoSharp is powered by Urho3D (https://urho3d.github.io/), a game engine that has been under development for more than a decade.   All the samples from Urho3D have been ported to C# to help you get started: https://github.com/xamarin/urho-samples

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android was computed. 
MonoAndroid monoandroid is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on UrhoSharp.Forms:

Package Downloads
Swank.FormsPlugin

Xamarin embeddable image viewer with 360 degree support for Xamarin Forms

PanoramaViewXamarin

Package Description

Xamarin.Forms.360Image

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on UrhoSharp.Forms:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
xamarin/urho-samples
Samples for the Urho bindings
Version Downloads Last updated
1.9.67 31,634 12/4/2018
1.8.93 5,890 3/21/2018
1.8.91 1,832 3/5/2018
1.8.90 1,600 3/5/2018
1.8.71 4,796 2/27/2018
1.8.65 1,602 2/26/2018
1.8.60 2,107 2/24/2018
1.8.51 1,711 2/22/2018
1.8.50 1,539 2/21/2018
1.7.3-pre 1,401 10/24/2017
1.7.0-pre 1,303 9/19/2017
1.5.22 3,534 9/19/2017
1.5.20 1,798 8/24/2017
1.5.10 1,769 8/5/2017
1.5.2 3,908 8/4/2017
1.5.1-beta 1,231 8/3/2017
1.4.47 3,572 5/14/2017
1.4.38 1,704 5/9/2017
1.4.18 2,635 5/1/2017
1.4.4 1,763 4/28/2017
1.3.0 2,129 4/7/2017
1.2.21 3,383 12/5/2016
1.2.8 1,931 12/1/2016
1.1.214 2,789 10/15/2016
1.1.211 1,649 10/13/2016
1.1.125 2,314 8/6/2016
1.1.124 1,652 8/6/2016
1.1.120 1,848 8/3/2016
1.0.557 1,845 5/26/2016
1.0.556 1,278 5/26/2016
1.0.500 1,515 5/5/2016
1.0.410 1,852 3/26/2016
1.0.381 1,240 3/14/2016
1.0.360 1,228 3/9/2016
1.0.358 1,197 3/8/2016

## Features

[Core] Update Urho3D (~ it was 450 commits behind) - a lot of nice bugfixes
[Core] All Urho methods will throw an exception (instead of native crash) if called after App.Stop
[Forms.Core] Update UrhoSharp XForms dependency from 2.1 to the latest 2.2
[iOS] Pause/Resume methods for iOS

## Bugfixes
[Core] Octree.RayCast is not surfaced
[Android] Fixes for Android crahses (thanks to Storyo for help)
[iOS][Android] RenderPathCommand doesn't work in iOS and Android
[iOS][Android] Variant type doesn't work in non 64bit environment