MonoGame.Framework.Cardboard.9000 3.11.9002

dotnet add package MonoGame.Framework.Cardboard.9000 --version 3.11.9002
NuGet\Install-Package MonoGame.Framework.Cardboard.9000 -Version 3.11.9002
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.11.9002" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MonoGame.Framework.Cardboard.9000 --version 3.11.9002
#r "nuget: MonoGame.Framework.Cardboard.9000, 3.11.9002"
#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 MonoGame.Framework.Cardboard.9000 as a Cake Addin
#addin nuget:?package=MonoGame.Framework.Cardboard.9000&version=3.11.9002

// Install MonoGame.Framework.Cardboard.9000 as a Cake Tool
#tool nuget:?package=MonoGame.Framework.Cardboard.9000&version=3.11.9002

This is an experiment port of Google Cardboard on MonoGame/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.

            This package provides you with MonoGame/XNA Framework that works on Android-Cardboard.

Product Compatible and additional computed target framework versions.
.NET net6.0-android was computed.  net7.0-android was computed.  net8.0-android is compatible. 
MonoAndroid monoandroid is compatible. 
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.11.9002 96 3/9/2024
3.10.9001 205 11/30/2023
3.9.9001 148 8/9/2023
3.8.9102.2 274 2/12/2023
3.8.9101 344 10/9/2022
3.8.9100 333 8/10/2022
3.8.9014 332 8/7/2022
3.8.9013 387 4/9/2022
3.8.9012 201 12/25/2021
3.8.9011 193 12/20/2021
3.8.9010 238 9/25/2021
3.8.9009 242 5/31/2021
3.8.9008 280 3/1/2021
3.8.9007 253 2/25/2021
3.8.9006 260 1/28/2021
3.8.9005 254 1/26/2021
3.8.9004 256 1/12/2021
3.8.9003 275 1/3/2021
3.8.9002 291 12/18/2020
3.8.9001 320 9/27/2020
3.8.9000 313 9/18/2020
3.7.9013 325 9/14/2020
3.7.9012 319 6/29/2020
3.7.9011 320 5/14/2020
3.7.9009 364 12/11/2019
3.7.9008 395 10/21/2019
3.7.9007 373 9/29/2019
3.7.9006 375 9/23/2019
3.7.9005 433 4/14/2019
3.7.9004 374 4/9/2019
3.7.9003 397 4/2/2019