/CardboardXamarin

C# translation of cardboard for Xamarin.Android. You can make cardboard app on Xamarin.Android with no JAR/AAR library of cardboard SDK.

Primary LanguageC#Apache License 2.0Apache-2.0

CardboardXamarin

C# translation of raasun/cardboard for Xamarin.Android. You can make cardboard app on Xamarin.Android with no JAR/AAR library of cardboard SDK.
Note: Base cardboard SDK version is quite old. If you need to use the latest cardboard SDK, Do not use this repository.

How to Use

See 'MainActivity.cs' of this repository. This is a sample of using cardboard.

image

Use in your porject.

(1) Download 'Cardboard' folder and add to your project.
(2) Add reference to 'OpenTK'. (Add Reference -> Assembly -> Framework -> OpenTK)
(3) Add NFC permission. (Cardboard requires NFC permission)

See sample game project

https://github.com/secile/Darumasan