VOOZH about

URL: https://www.nuget.org/packages/MonoGame.Framework.Cardboard.9000/

⇱ NuGet Gallery | MonoGame.Framework.Cardboard.9000 3.14.9001




👁 Image
MonoGame.Framework.Cardboard.9000 3.14.9001

dotnet add package MonoGame.Framework.Cardboard.9000 --version 3.14.9001
 
 
NuGet\Install-Package MonoGame.Framework.Cardboard.9000 -Version 3.14.9001
 
 
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="MonoGame.Framework.Cardboard.9000" Version="3.14.9001" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MonoGame.Framework.Cardboard.9000" Version="3.14.9001" />
 
Directory.Packages.props
<PackageReference Include="MonoGame.Framework.Cardboard.9000" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MonoGame.Framework.Cardboard.9000 --version 3.14.9001
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: MonoGame.Framework.Cardboard.9000, 3.14.9001"
 
 
#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.
#:package MonoGame.Framework.Cardboard.9000@3.14.9001
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MonoGame.Framework.Cardboard.9000&version=3.14.9001
 
Install as a Cake Addin
#tool nuget:?package=MonoGame.Framework.Cardboard.9000&version=3.14.9001
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

KNI backend for Cardboard Android.
   
   This is an experiment port of Google Cardboard on KNI/XNA framework.
   
   Example:
   GraphicsDevice.Clear(Color.CornflowerBlue);
   var vrstate = Microsoft.Xna.Framework.Input.Cardboard.Headset.GetState();
   
   var leftEye = vrstate.LeftEye;
   GraphicsDevice.Viewport = leftEye.Viewport;
   // draw with leftEye.View, leftEye.Projection.
   
   var rightEye = vrstate.RightEye;
   GraphicsDevice.Viewport = rightEye.Viewport;    
   // draw with rightEye.View, rightEye.Projection.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0-android34.0 net8.0-android34.0 is compatible.  net9.0-android net9.0-android was computed.  net10.0-android net10.0-android was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.14.9001 1,147 9/23/2024 3.14.9001 is deprecated because it is no longer maintained.
3.13.9001 188 7/24/2024
3.12.9001 196 5/12/2024
3.11.9002 213 3/9/2024
3.10.9001 298 11/30/2023
3.9.9001 233 8/9/2023
3.8.9102.2 459 2/12/2023
3.8.9101 429 10/9/2022
3.8.9100 419 8/10/2022
3.8.9014 416 8/7/2022
3.8.9013 471 4/9/2022
3.8.9012 274 12/25/2021
3.8.9011 291 12/20/2021
3.8.9010 321 9/25/2021
3.8.9009 324 5/31/2021
3.8.9008 354 3/1/2021
3.8.9007 340 2/25/2021
3.8.9006 345 1/28/2021
Loading failed