Questions tagged [ouya]

OUYA is an open game console platform based on Android.

OUYA was created in 2012 by Julie Uhrman, a video game industry veteran who saw an opportunity to open up the last closed game platform - the TV. Julie and an initial team of game developers and advisors brought the concept to life, with the help of Yves Behar and fuseproject, and took OUYA to Kickstarter in July of 2012. It became one of the most successful Kickstarter projects ever, with tens of thousands of backers pledging to help bring OUYA to life. OUYA's first consoles will ship in early 2013.

18 questions
0
votes
1 answer

Android java collisions with Rect intersects (using Ouya ODK)

I'm currently in the process of developing a game for OUYA using android java and ODK. when checking for collisions my game crashes out and returns to the menu. This is the point at which things bug out: private void checkCollision() { if…
0
votes
1 answer

Explicit render calls using RENDERMODE_WHEN_DIRTY, performance gain for games?

In the process of creating a game for android, I stumbled into a bit of uncertainty. When creating the drawing of the graphics for the game, would it be best practice to implement explicit calls to rendering the graphics (using OpenGL ES) in the…
Giffesnaffen
  • 560
  • 1
  • 9
  • 19
0
votes
2 answers

Android based apps on Windows/Mac?

I am looking to create an android based game. I am planning for this to eventually be on the OUYA. I know that the console isn't out yet so it is hard to say what would work and what wouldn't but we do know it is android based and java will work.…
Parris
  • 17,833
  • 17
  • 90
  • 133
1
2