UrhoSharp.Forms
1.4.4
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package UrhoSharp.Forms --version 1.4.4
NuGet\Install-Package UrhoSharp.Forms -Version 1.4.4
<PackageReference Include="UrhoSharp.Forms" Version="1.4.4" />
<PackageVersion Include="UrhoSharp.Forms" Version="1.4.4" />
<PackageReference Include="UrhoSharp.Forms" />
paket add UrhoSharp.Forms --version 1.4.4
#r "nuget: UrhoSharp.Forms, 1.4.4"
#:package UrhoSharp.Forms@1.4.4
#addin nuget:?package=UrhoSharp.Forms&version=1.4.4
#tool nuget:?package=UrhoSharp.Forms&version=1.4.4
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. net9.0-android was computed. net10.0-android was computed. |
| MonoAndroid | monoandroid is compatible. |
| Universal Windows Platform | uap was computed. uap10.0 is compatible. |
| Xamarin.iOS | xamarinios10 is compatible. |
-
- 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 | 39,410 | 12/4/2018 |
| 1.8.93 | 7,023 | 3/21/2018 |
| 1.8.91 | 2,548 | 3/5/2018 |
| 1.8.90 | 2,308 | 3/5/2018 |
| 1.8.71 | 5,563 | 2/27/2018 |
| 1.8.65 | 2,309 | 2/26/2018 |
| 1.8.60 | 2,891 | 2/24/2018 |
| 1.8.51 | 2,406 | 2/22/2018 |
| 1.8.50 | 2,086 | 2/21/2018 |
| 1.7.3-pre | 1,872 | 10/24/2017 |
| 1.7.0-pre | 1,773 | 9/19/2017 |
| 1.5.22 | 4,070 | 9/19/2017 |
| 1.5.20 | 2,326 | 8/24/2017 |
| 1.5.10 | 2,291 | 8/5/2017 |
| 1.5.2 | 4,454 | 8/4/2017 |
| 1.5.1-beta | 1,719 | 8/3/2017 |
| 1.4.47 | 4,263 | 5/14/2017 |
| 1.4.38 | 2,236 | 5/9/2017 |
| 1.4.18 | 3,176 | 5/1/2017 |
| 1.4.4 | 2,268 | 4/28/2017 |
- Added Windows MixedReality platform support
- Added ScriptInstance stub (in order to correctly load scenes with AngelScript/Lua scripts)
- Extended Color struct API
- SubscribeToX methods are marked with [Obsolete]
- Fixed crashes on iOS and macOS (UrhoSurface)