UrhoSharp.HoloLens
1.2.8
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package UrhoSharp.HoloLens --version 1.2.8
NuGet\Install-Package UrhoSharp.HoloLens -Version 1.2.8
<PackageReference Include="UrhoSharp.HoloLens" Version="1.2.8" />
paket add UrhoSharp.HoloLens --version 1.2.8
#r "nuget: UrhoSharp.HoloLens, 1.2.8"
// Install UrhoSharp.HoloLens as a Cake Addin
#addin nuget:?package=UrhoSharp.HoloLens&version=1.2.8
// Install UrhoSharp.HoloLens as a Cake Tool
#tool nuget:?package=UrhoSharp.HoloLens&version=1.2.8
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 |
---|---|
Universal Windows Platform | uap uap10.0 |
This package has no dependencies.
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.4.4 | 1,868 | 4/28/2017 |
1.4.2-beta | 1,154 | 4/26/2017 |
1.4.1-beta | 1,089 | 4/26/2017 |
1.4.0-alpha | 1,069 | 4/26/2017 |
1.3.0 | 1,422 | 4/7/2017 |
1.2.21 | 1,568 | 12/5/2016 |
1.2.8 | 1,346 | 12/2/2016 |
1.2.4.3 | 1,929 | 12/1/2016 |
1.1.265-pre1 | 1,447 | 11/8/2016 |
1.1.231 | 1,409 | 10/30/2016 |
1.1.226 | 1,319 | 10/24/2016 |
1.1.225 | 1,302 | 10/24/2016 |
1.1.222 | 1,303 | 10/23/2016 |
1.1.214 | 1,487 | 10/15/2016 |
1.1.14.2 | 1,362 | 9/25/2016 |
1.1.14.1 | 1,240 | 9/25/2016 |
1.1.13 | 1,632 | 9/23/2016 |
1.1.12 | 1,623 | 9/17/2016 |
1.1.10 | 1,310 | 9/15/2016 |
1.1.9 | 1,245 | 9/9/2016 |
1.1.8 | 1,216 | 9/9/2016 |
1.1.7 | 1,250 | 9/9/2016 |
1.1.6 | 1,224 | 9/9/2016 |
1.1.5 | 1,224 | 9/8/2016 |
Features:
[Core] Update Urho3D to 973c241 (2016-11-25)
[Core] Add ComponentCloned, NodeCloned events
[Core] Remove parameterless ctor from Application
[Core] Add MemoryBuffer (implements Serializable)
[Core] Add SetShaderParameter Action
[Core] Add ToMainThreadAsync() to Application
[Core] Support for "Full Linker"
[Core] Add Distance() to Vector3 and IntVector2
[Core] Improve error handling, all URHO3D_LOGERROR will throw a C# exception
[iOS] Add X86_64 support (64bit simulator)
[HoloLens] Add events to UrhoAppView (Inited, Activated, etc)
Bug-fixes:
[Core] Fix Joystick issues (ReadSingle)
[Core] Fix Material.FromImage doesn't return null if texture wasn't found.
[UWP] Fix "Black screen" issue
[Core] Fix NullRef in Collision.FromContact (samples - #12)
[Core] Fix Clone() issues, it used to ignore managed sub-classes (e.g. Shape, Box, etc..)