nkast.Kni.Platform.Cardboard.GL 4.1.9001

Prefix Reserved
dotnet add package nkast.Kni.Platform.Cardboard.GL --version 4.1.9001
                    
NuGet\Install-Package nkast.Kni.Platform.Cardboard.GL -Version 4.1.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="nkast.Kni.Platform.Cardboard.GL" Version="4.1.9001" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="nkast.Kni.Platform.Cardboard.GL" Version="4.1.9001" />
                    
Directory.Packages.props
<PackageReference Include="nkast.Kni.Platform.Cardboard.GL" />
                    
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 nkast.Kni.Platform.Cardboard.GL --version 4.1.9001
                    
#r "nuget: nkast.Kni.Platform.Cardboard.GL, 4.1.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.
#addin nuget:?package=nkast.Kni.Platform.Cardboard.GL&version=4.1.9001
                    
Install nkast.Kni.Platform.Cardboard.GL as a Cake Addin
#tool nuget:?package=nkast.Kni.Platform.Cardboard.GL&version=4.1.9001
                    
Install nkast.Kni.Platform.Cardboard.GL as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET net8.0-android30.0 is compatible.  net9.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
4.1.9001 62 4/8/2025
4.0.9001.1 96 1/18/2025
4.0.9001 85 1/14/2025