UrhoSharp.HoloLens 1.3.0

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

// Install UrhoSharp.HoloLens as a Cake Tool
#tool nuget:?package=UrhoSharp.HoloLens&version=1.3.0

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.
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 2,028 4/28/2017
1.4.2-beta 1,212 4/26/2017
1.4.1-beta 1,150 4/26/2017
1.4.0-alpha 1,125 4/26/2017
1.3.0 1,528 4/7/2017
1.2.21 1,663 12/5/2016
1.2.8 1,442 12/2/2016
1.2.4.3 2,046 12/1/2016
1.1.265-pre1 1,502 11/8/2016
1.1.231 1,520 10/30/2016
1.1.226 1,419 10/24/2016
1.1.225 1,401 10/24/2016
1.1.222 1,402 10/23/2016
1.1.214 1,595 10/15/2016
1.1.14.2 1,456 9/25/2016
1.1.14.1 1,334 9/25/2016
1.1.13 1,720 9/23/2016
1.1.12 1,729 9/17/2016
1.1.10 1,417 9/15/2016
1.1.9 1,350 9/9/2016
1.1.8 1,311 9/9/2016
1.1.7 1,339 9/9/2016
1.1.6 1,322 9/9/2016
1.1.5 1,326 9/8/2016

BUGFIXES:
- #182 Polyhedron class missing
- #181 IntRect marshalling
- #151 missing XmlFile.GetRoot
- #183 UwpSurfaceRenderer - NRE.
- #172 Color and Material Anomalies
- #193 NullReferenceException at Urho.Physics.CollisionData.FromContactData
- FadeTo.ToOpacity return type (byte->float)
- VS templates syntax error

FEATURES:
- Added Mulitsampling property in ApplicationOptions
- Added SetData(byte[]) to Texture2D
- HoloLens x64 support
- Predefined structs for VertexBuffer::SetData
- Node::RunActionsAsync throws OperationCanceledException if urho is closed.
- AppOptions - set HighDpi to false for OSX by default
- New ctors in Matrix3x4
- Bound Localization component, ChangeLanguage event
- Bound GPUObject. Close #176
- Bound File::Size, MemoryBuffer::Size, add File.Read() method.
- Bound methods accepting XMLElement
- Bound Frustum type