Ouya Compiler

Started by
9 comments, last by Cornstalks 11 years, 3 months ago

Hello,

How do I get my hands on an Ouya Compiler? Will it use Java like Android or can we code for it in C++?

-Dave Ottley

I wonder as I wander...

http://www.davesgameoflife.com

Advertisement

*Looks in wikipedia*

(developer models ordered during the Kickstarter campaign for $699 or $1,337 will come pre-rooted)


LMAO

Props to Google for allowing rooting without voiding the warranty. Looks like they're gearing the whole console toward indy developers. Best thing since Pandora.

Ah, it says the dev release was yesterday... Let's mosey on over to their site and have a looksie...

http://www.ouya.tv/devs/

Looks like they're just adding an additional API to the Android kit. They seem to be targeting Unity developers primarily. There's mention of Eclipse. C++ is also mentioned.

C# also mentioned.

void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.
Google has nothing to do that stuff Khatharr.

You will need to get your hands on the official Ouya SDK. But it's just off the shelf parts running Android. You can start by doing some standard Android programming now, and then get quickly port it to the OUYA later if you still want to.
How do I get my hands on an Ouya Compiler? Will it use Java like Android or can we code for it in C++?

The Ouya is Android... It'll ship with Android 4.1, so it's merely a matter of developing an Android app. Of course, to take advantage of the controller and possibly other things, they may have some specific APIs you can use, but for the most part developing for the Ouya is just a matter of developing for Android. You can program in Java, C, or C++ just like you can for Android, because you are programming for Android.

I'll be able to share more details about it when my company gets its Ouya dev kit (hopefully that's just days away, now that they've shipped).

[size=2][ I was ninja'd 71 times before I stopped counting a long time ago ] [ f.k.a. MikeTacular ] [ My Blog ] [ SWFer: Gaplessly looped MP3s in your Flash games ]
https://devs.ouya.tv/developers

Just click download ODK. Done.

Will it use Java like Android or can we code for it in C++?

It is essentially android so its java again. Seeming as you can also use C++ on android I assume you can use C++ on the OUYA (Google the NDK). Its been said that unity will be supporting the OUYA (I assume its not really a drastic change from their existing android version). Monodroid should also work.

*Looks in wikipedia*

Quote
(developer models ordered during the Kickstarter campaign for $699 or $1,337 will come pre-rooted)

LMAO
They said themselves that actually all consoles will ultimately be dev consoles. Those who willingly paid 699 or above were paying for the first run consoles. As the first run was so small (about 1200 approx) they are going to cost alot more than mass produced consoles, plus your getting a clear plastic console unlike everyone else.

Yeah the standard $99 unit is a "dev kit".

i.e. there are no "dev kits" and "consumer versions", just a single product.

The "pre rooted" versions were part of a specific kickstarter bundle/tier that included early access to hardware and the SDK, as well as other stuff, like marketing for your game...

I don't believe there will be a "compiler" for Ouya, however there will be API's and "Developer" consoles.

I'm a game programmer and computer science ninja !

Here's my 2D RPG-Ish Platformer Programmed in Python + Pygame, with a Custom Level Editor and Rendering System!

Here's my Custom IDE / Debugger Programmed in Pure Python and Designed from the Ground Up for Programming Education!

Want to ask about Python, Flask, wxPython, Pygame, C++, HTML5, CSS3, Javascript, jQuery, C++, Vimscript, SFML 1.6 / 2.0, or anything else? Recruiting for a game development team and need a passionate programmer? Just want to talk about programming? Email me here:

hobohm.business@gmail.com

or Personal-Message me on here !

Google has nothing to do that stuff Khatharr.

Ah, my mistake. I saw the press release on Google+ and saw that it was using Andriod and assumed that it was Google doing this. Props to the Ouya people then. Pandora was looked down on because a lot of people assumed that it was just a piracy tool. It looks like Ouya is getting more respect. It's awesome to think that there will be a respected console which people can just develop for without having to mess with a bunch of red tape and excessive legal concerns.

*Looks in wikipedia*

Quote
(developer models ordered during the Kickstarter campaign for $699 or $1,337 will come pre-rooted)

LMAO

They said themselves that actually all consoles will ultimately be dev consoles. Those who willingly paid 699 or above were paying for the first run consoles. As the first run was so small (about 1200 approx) they are going to cost alot more than mass produced consoles, plus your getting a clear plastic console unlike everyone else.



Yeah, I was just laughing at the '1337'. The press info says that the consumer console will be easily accessible for both DIY rooting and also hardware mods.
void hurrrrrrrr() {__asm sub [ebp+4],5;}

There are ten kinds of people in this world: those who understand binary and those who don't.

I have a question to add to this.

Since I am developing a game in Java for PC/Mac/Linux, what would it take to make it android compatible? Just implement the android SDK or something?

Stay gold, Pony Boy.

well you may have to change what libraries you use for various things, you'll need to see does the graphics library you use support android/have an android port available etc. Then you will need to rewrite your input handler for touch screens aswell, that said android already has support for hardware keyboards, mice and gamepads (did you know that ice cream sandwich actually has drivers for the wired xbox 360 controllers, just a case of connecting them which is also easily done).

Theres some more that needs doing aswell but I'm not an android dev.

This topic is closed to new replies.

Advertisement