UrhoSharp.Cocoa 1.5.1-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of UrhoSharp.Cocoa.
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.Cocoa --version 1.5.1-beta
NuGet\Install-Package UrhoSharp.Cocoa -Version 1.5.1-beta
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.Cocoa" Version="1.5.1-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UrhoSharp.Cocoa --version 1.5.1-beta
#r "nuget: UrhoSharp.Cocoa, 1.5.1-beta"
#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.Cocoa as a Cake Addin
#addin nuget:?package=UrhoSharp.Cocoa&version=1.5.1-beta&prerelease

// Install UrhoSharp.Cocoa as a Cake Tool
#tool nuget:?package=UrhoSharp.Cocoa&version=1.5.1-beta&prerelease

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 Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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
1.9.67 1,219 12/4/2018
1.8.93 1,435 3/21/2018
1.8.91 1,361 3/5/2018
1.8.90 1,333 3/5/2018
1.8.71 1,332 2/27/2018
1.8.65 1,324 2/26/2018
1.8.60 1,356 2/24/2018
1.8.51 1,277 2/22/2018
1.8.50 1,231 2/21/2018
1.7.3-pre 1,113 10/24/2017
1.5.22 1,336 9/19/2017
1.5.20 1,396 8/24/2017
1.5.10 1,387 8/5/2017
1.5.2 1,361 8/4/2017
1.5.1-beta 1,137 8/3/2017
1.4.47 1,418 5/14/2017
1.4.38 1,374 5/9/2017
1.4.18 1,399 5/1/2017
1.4.4 1,374 4/28/2017

Features:
Added byte[] Image.SavePNG
Added optional argments everywhere
Added Equals() and GetHashCode() to Rect and IntRect
Added several methods to RenderPathCommand
improved error handling
Custom urho events (SubscribeToEvent(String eventName, Action handler))

Bugfixes:
Fix #210 Crash after attempting to display an UrhoSharp ContentPage for the 2nd time in UWP
Fix #222 UIElement.IsInside crashes
Fix #203 and fix Playgrounds.Droid prj
Fix #214 System.InvalidOperationException when using Button.Released += ...
Fix Shape.Clone
Several events could hang on 64bit platforms
Windows, macOS: Fix memory leak
Android: UrhoSurface crash
Forms: fix possible race condition