UrhoSharp.Forms
1.0.500
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package UrhoSharp.Forms --version 1.0.500
NuGet\Install-Package UrhoSharp.Forms -Version 1.0.500
<PackageReference Include="UrhoSharp.Forms" Version="1.0.500" />
paket add UrhoSharp.Forms --version 1.0.500
#r "nuget: UrhoSharp.Forms, 1.0.500"
// Install UrhoSharp.Forms as a Cake Addin #addin nuget:?package=UrhoSharp.Forms&version=1.0.500 // Install UrhoSharp.Forms as a Cake Tool #tool nuget:?package=UrhoSharp.Forms&version=1.0.500
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 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. |
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 | 35,253 | 12/4/2018 |
1.8.93 | 6,135 | 3/21/2018 |
1.8.91 | 1,886 | 3/5/2018 |
1.8.90 | 1,649 | 3/5/2018 |
1.8.71 | 4,910 | 2/27/2018 |
1.8.65 | 1,656 | 2/26/2018 |
1.8.60 | 2,210 | 2/24/2018 |
1.8.51 | 1,773 | 2/22/2018 |
1.8.50 | 1,604 | 2/21/2018 |
1.7.3-pre | 1,441 | 10/24/2017 |
1.7.0-pre | 1,338 | 9/19/2017 |
1.5.22 | 3,588 | 9/19/2017 |
1.5.20 | 1,856 | 8/24/2017 |
1.5.10 | 1,820 | 8/5/2017 |
1.5.2 | 3,963 | 8/4/2017 |
1.5.1-beta | 1,278 | 8/3/2017 |
1.4.47 | 3,715 | 5/14/2017 |
1.4.38 | 1,747 | 5/9/2017 |
1.4.18 | 2,698 | 5/1/2017 |
1.4.4 | 1,819 | 4/28/2017 |
1.3.0 | 2,177 | 4/7/2017 |
1.2.21 | 3,435 | 12/5/2016 |
1.2.8 | 1,988 | 12/1/2016 |
1.1.214 | 2,856 | 10/15/2016 |
1.1.211 | 1,696 | 10/13/2016 |
1.1.125 | 2,364 | 8/6/2016 |
1.1.124 | 1,692 | 8/6/2016 |
1.1.120 | 1,892 | 8/3/2016 |
1.0.557 | 1,881 | 5/26/2016 |
1.0.556 | 1,329 | 5/26/2016 |
1.0.500 | 1,565 | 5/5/2016 |
1.0.410 | 1,897 | 3/26/2016 |
1.0.381 | 1,290 | 3/14/2016 |
1.0.360 | 1,265 | 3/9/2016 |
1.0.358 | 1,235 | 3/8/2016 |
## Features:
PREVIEW: UWP support (x86 only) see samples here.
DirectX11 renderer (UWP and optional for Windows)
[Core] Viewport.SetClearColor - easier way to change Clear Color
[Core] CoreAssets. You can now access all assets from CoreData via code, e.g. Model box = CoreAssets.Models.Box;
[Core] Add RenderPathCommand struct and AddCommand, SetCommand to RenderPath
[Core] Repl namespace, classes needed to work with Urho via Inspector's Workbooks
[Core] RotateAroundBy action (rotates an object around the specified point)
[Android] New architectures: x86_64 and arm64-v8a
## Bugfixes:
[Core] RenderPath - Surface AddCommand, SetCommand
[Core] PhysicsRaycastResult struct missing field
[Core] GetChildrenWithComponent doesn't work with custom components
[Core] Passing matrix4 to shader
[Android] Crash caused by onDestroy
[Android] Crash on input