Skip to content

jfmajor/ouya-csharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ouya-csharp

C# bindings for the OUYA Development Kit 0.0.6

To get your Mono for Android game showing up in the OUYA Launcher, you will need to:

  • set the project to use API Level 16

  • add the Launcher image (732x412 pixels) in Resources/Drawable-xhdpi/ouya_icon.png

  • add the following IntentFilter attribute to your Activity class

    [IntentFilter(new[] { Intent.ActionMain } , Categories = new[] { Intent.CategoryLauncher, "tv.ouya.intent.category.GAME" })]

Deploy the game to the device. Now it will show up in the OUYA Launcher.

Disclaimer: This project is a community-supported extension to the OUYA Development Kit and is in no way connected to OUYA, Inc. The OUYA name is owned by OUYA, Inc.

About

C# bindings for the OUYA Development Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.3%
  • C# 44.7%