Gameloop on Android with OpenGLES
Standard we have the main thread which handles the UI and user input and if using OpenGLES we have the GLSurfaceView with it's renderer which resides in another thread.I was wonderin how people are...
View ArticleOUYA Buttons Image
In an early version of the interface guidlines, I snabbed the OUYA button images. Unfortunately the image wasn't in a great format to use for in-game stuff.Is there any chance we could get this image...
View ArticleAudio Problems on the OUYA
The audio isn't working on my OUYA: Build Number: 1.0.14_r1Hardware Version: OUYASortware Version: 0.0.5When in-games and in the OUYA menus, I get this output log message in logcat : cannot open pcm:...
View ArticleBatteryTech SDK / Engine Support
Hi All,For those of you running BatteryTech SDK or BatteryTech Engine, we have just finished testing the engine on Ouya and have posted Ouya controller support code in the support forums. It's a...
View Article14ms glClear?!?
During development, I've run into something rather odd that I was hoping someone here might be able to explain.It appears that, per frame, the first draw command to the GL context - be it a 1px poly, a...
View ArticleLosing focus while pressing face buttons
Hi all,I just got my Ouya dev kit. I got it up and running in my maven builds with libgdx and robolectric! That all being said I am having some issues with the controller. For some reason my app loses...
View ArticleRunning OpenGL ES 2.0 games on Android Ouya like x86 4.1 emulator
In order to create a OUYA emulator, you might need to define a new device "definition" (see the docs for info, resolution etc)Then there are a couple things to be aware:1. When creating the avd...
View ArticleStill possible to get the DEV console?
Hi,Is it still possible to get the dev console?I tried contacting through mail a few weeks ago, but haven't had any response to it yet.Since I've had quite some work and went on vacation :)So I'm...
View ArticleFramebuffer and texture memory limit
Hi everyone.I wanted to know what was the maximum number of fbo we could use on the ouya.I've got 6 512x512 fbo to make a shadow effect, which runs smootly on desktop but doesn't go further than 1fps...
View ArticleOuyaController.getControllerByDeviceId() always null
Hey everyone (again)I've got a problem with ouyacontroller, whatever i do, whatever device id i put in, OuyaController.getControllerByDeviceId() always return nullI must be missing something, i don't...
View ArticleBUTTON_DPAD not handled by ODK?
Hi, I'm having trouble using the BUTTON_DPAD keys.In my activity I have the following setup: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { boolean handled =...
View ArticleHelp with controller and emulator on Windows and Eclipse
Hello i have created the AVD, followed the doc instructions and everything runs and looks fine on eclipse, but i dont know how to use my xbox360 controller with the ouya framework, any tips on this?
View ArticleGetting user/profile information
Is it possible get information about the user? Like requesting profile data so you could load a female or male model based on the gender of the player?
View ArticleGuide to getting your game/app on the store
Just went through the process of getting a game on the beta version of the OUYA store. Much thanks to the OUYA team for helping out. Here is a guide I wrote for how to do...
View Article[Store] Intent Filter Error
I keep getting the following error when I upload an apk to the store:"Apk error: package must accept one OUYA intent: tv.ouya.intent.category.GAME or tv.ouya.intent.category.APP"I originally had it as...
View ArticleAnytime state querying question.
I'm using the code from the docs:@Override public boolean onKeyDown(int keyCode, KeyEvent event) { boolean handled = OuyaController.onKeyDown(keyCode, event); return handled || super.onKeyDown(keyCode,...
View ArticleIs it easy to develop games?
Is it easy to develop games for the OUYAFor say someone with very little experience at Developing games for the Android System?
View ArticleLaunch error: Failed to connect to remote VM. Connection refused
Is anyone else having this issue? When I run the application it pushes it up to the OUYA and runs it as expected. However when I try to debug into the game I get this error. The console output right...
View ArticleMaximum package size
I know this question has sort of been mentioned in a couple of other threads, but I don't ever recall seeing an actual answer.Now that the store is starting to take shape, are there any size...
View ArticleStandardized art pack?
Is there a pack of standard art we're supposed to use for console logos, button, etc?I know for X-Box stuff they provide you with the graphics you're supposed to use to describe controller functions,...
View Article