UrhoSharp.Forms
1.5.1-beta
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package UrhoSharp.Forms --version 1.5.1-beta
NuGet\Install-Package UrhoSharp.Forms -Version 1.5.1-beta
<PackageReference Include="UrhoSharp.Forms" Version="1.5.1-beta" />
paket add UrhoSharp.Forms --version 1.5.1-beta
#r "nuget: UrhoSharp.Forms, 1.5.1-beta"
// Install UrhoSharp.Forms as a Cake Addin
#addin nuget:?package=UrhoSharp.Forms&version=1.5.1-beta&prerelease
// Install UrhoSharp.Forms as a Cake Tool
#tool nuget:?package=UrhoSharp.Forms&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 | Versions |
---|---|
.NET | net6.0-android net7.0-android |
MonoAndroid | monoandroid |
Universal Windows Platform | uap uap10.0 |
Xamarin.iOS | xamarinios10 |
-
- Xamarin.Forms (>= 2.3.0.107)
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 | 23,144 | 12/4/2018 |
1.8.93 | 5,184 | 3/21/2018 |
1.8.91 | 1,570 | 3/5/2018 |
1.8.90 | 1,325 | 3/5/2018 |
1.8.71 | 4,327 | 2/27/2018 |
1.8.65 | 1,352 | 2/26/2018 |
1.8.60 | 1,673 | 2/24/2018 |
1.8.51 | 1,430 | 2/22/2018 |
1.8.50 | 1,262 | 2/21/2018 |
1.7.3-pre | 1,235 | 10/24/2017 |
1.7.0-pre | 1,154 | 9/19/2017 |
1.5.22 | 3,302 | 9/19/2017 |
1.5.20 | 1,549 | 8/24/2017 |
1.5.10 | 1,520 | 8/5/2017 |
1.5.2 | 3,640 | 8/4/2017 |
1.5.1-beta | 1,091 | 8/3/2017 |
1.4.47 | 3,209 | 5/14/2017 |
1.4.38 | 1,425 | 5/9/2017 |
1.4.18 | 2,343 | 5/1/2017 |
1.4.4 | 1,527 | 4/28/2017 |
1.3.0 | 1,873 | 4/7/2017 |
1.2.21 | 3,094 | 12/5/2016 |
1.2.8 | 1,673 | 12/1/2016 |
1.1.214 | 2,489 | 10/15/2016 |
1.1.211 | 1,437 | 10/13/2016 |
1.1.125 | 2,075 | 8/6/2016 |
1.1.124 | 1,434 | 8/6/2016 |
1.1.120 | 1,641 | 8/3/2016 |
1.0.557 | 1,637 | 5/26/2016 |
1.0.556 | 1,056 | 5/26/2016 |
1.0.500 | 1,290 | 5/5/2016 |
1.0.410 | 1,636 | 3/26/2016 |
1.0.381 | 1,051 | 3/14/2016 |
1.0.360 | 1,016 | 3/9/2016 |
1.0.358 | 1,028 | 3/8/2016 |
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