A good GBA / easy console SDK?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
Sliver
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 8
Joined: Sat Jun 06, 2009 4:27 pm

A good GBA / easy console SDK?

Post by Sliver »

Could anyone point me to a development kit / toolchain for the gameboy advance?

I want to see what developing for consoles is like, so I thought GBA might be a good place to start. If I'm used to OpenGL and SDL, what's the most similar console to go for?

Thanks everyone :)
All programmers are playwrights and all computers are lousy actors.
User avatar
rolland
Chaos Rift Regular
Chaos Rift Regular
Posts: 127
Joined: Fri Dec 21, 2007 2:27 pm
Current Project: Starting an Android app soon
Favorite Gaming Platforms: PS1, N64
Programming Language of Choice: C++
Location: Michigan, US

Re: A good GBA / easy console SDK?

Post by rolland »

I've looked for similar info, but didn't find much. You might want to try DS development. Surprisingly, it's a lot easier. Either way, DevkitPro should provide a suitable toolchain. For GBA/NDS, you'll want DevkitARM.

DS APIs:
LibNDS, from the same guys, is a pretty low-level api that you can do pretty much anything you want with(OGL, for example).
There's also PAlib. Despite having been condemned by the above toolchain creators, they claim that the latest version is compatible with the latest DevkitArm build. If you're used to SDL, you'd probably be more comfortable with this one.
Another one is uLibrary. I haven't used it yet, but it's apparently supposed to be more advanced than PAlib in multiple ways.

EDIT:
Or you could try Wii development. In which case, the guys above offer DevkitPPC. For libraries, check http://www.wiibrew.org.
I don't have any advice on psp development, but DevkitPro offers DevkitPSP as a toolchain.
And for an easy console SDK, you could try the Xbox 360. After all, Microsoft owns the console(360), the language(C#), the IDE/Compiler(Visual C#), and the API(XNA). You would hope it would be easy to use. :roll: And from personal experience, it is.
I'll write a signature once I get some creativity and inspiration...
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: A good GBA / easy console SDK?

Post by davidthefat »

Sliver wrote:Could anyone point me to a development kit / toolchain for the gameboy advance?

I want to see what developing for consoles is like, so I thought GBA might be a good place to start. If I'm used to OpenGL and SDL, what's the most similar console to go for?

Thanks everyone :)
IMO, go for PSP, I mean honestly, its probably the most available documented hacked hardware for games...
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: A good GBA / easy console SDK?

Post by Falco Girgis »

I disagree. Coming from a Dreamcast background, our SDK is waaaaaay better documented and way easier to use.
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: A good GBA / easy console SDK?

Post by davidthefat »

GyroVorbis wrote:I disagree. Coming from a Dreamcast background, our SDK is waaaaaay better documented and way easier to use.
Well, I think that might be true.. but honestly who says DCs laying around these days? its all PSP hacking going on now days, bigger audience and possibly more power full than the DC
User avatar
hurstshifter
ES Beta Backer
ES Beta Backer
Posts: 713
Joined: Mon Jun 08, 2009 8:33 pm
Favorite Gaming Platforms: SNES
Programming Language of Choice: C/++
Location: Boston, MA
Contact:

Re: A good GBA / easy console SDK?

Post by hurstshifter »

davidthefat wrote:
GyroVorbis wrote:I disagree. Coming from a Dreamcast background, our SDK is waaaaaay better documented and way easier to use.
Well, I think that might be true.. but honestly who says DCs laying around these days? its all PSP hacking going on now days, bigger audience and possibly more power full than the DC
Uh-oh, brace for flamefest!

Who has DC's lying around???? Get one on ebay for a fraction of the cost of a PSP. Even if you aren't planning on doing homebrew on it, DC's game library > PSP (imho).
"Time is an illusion. Lunchtime, doubly so."
http://www.thenerdnight.com
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: A good GBA / easy console SDK?

Post by Bakkon »

davidthefat wrote:
GyroVorbis wrote:I disagree. Coming from a Dreamcast background, our SDK is waaaaaay better documented and way easier to use.
Well, I think that might be true.. but honestly who says DCs laying around these days? its all PSP hacking going on now days, bigger audience and possibly more power full than the DC
Falco has talked several times about how the DC is more powerful than the PSP sans processor. And I certainly have a Dreamcast "laying around."
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: A good GBA / easy console SDK?

Post by dandymcgee »

davidthefat wrote:
GyroVorbis wrote:I disagree. Coming from a Dreamcast background, our SDK is waaaaaay better documented and way easier to use.
Well, I think that might be true.. but honestly who says DCs laying around these days? its all PSP hacking going on now days, bigger audience and possibly more power full than the DC
:shock: Are you aware of what forum you're posting on.

Falco will have your head. :lol:
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
davidthefat
Chaos Rift Maniac
Chaos Rift Maniac
Posts: 529
Joined: Mon Nov 10, 2008 3:51 pm
Current Project: Fully Autonomous Robot
Favorite Gaming Platforms: PS3
Programming Language of Choice: C++
Location: California
Contact:

Re: A good GBA / easy console SDK?

Post by davidthefat »

I can say Im just a Sony Fag :lol:
User avatar
Pickzell
Chaos Rift Junior
Chaos Rift Junior
Posts: 233
Joined: Sat May 16, 2009 10:21 am

Re: A good GBA / easy console SDK?

Post by Pickzell »

Sliver wrote:Could anyone point me to a development kit / toolchain for the gameboy advance?

I want to see what developing for consoles is like, so I thought GBA might be a good place to start. If I'm used to OpenGL and SDL, what's the most similar console to go for?

Thanks everyone :)

gbadev.org
I'm an altogether bad-natured Cupid.
User avatar
Falco Girgis
Elysian Shadows Team
Elysian Shadows Team
Posts: 10294
Joined: Thu May 20, 2004 2:04 pm
Current Project: Elysian Shadows
Favorite Gaming Platforms: Dreamcast, SNES, NES
Programming Language of Choice: C/++
Location: Studio Vorbis, AL
Contact:

Re: A good GBA / easy console SDK?

Post by Falco Girgis »

davidthefat wrote:I can say Im just a Sony Fag :lol:
http://dcemulation.org
http://dcemu.co.uk

And finally, a commercial publisher who PUBLISHES DC games (and makes lots of money from doing it):
http://redspotgames.com

Research before you talk out of your ass next time. You would make far more money releasing a game commercially on Dreamcast. Thousands of people still have it "laying" around.
CowboyX86
Chaos Rift Newbie
Chaos Rift Newbie
Posts: 18
Joined: Sat Jun 13, 2009 11:55 am

Re: A good GBA / easy console SDK?

Post by CowboyX86 »

GyroVorbis wrote:And finally, a commercial publisher who PUBLISHES DC games (and makes lots of money from doing it):
http://redspotgames.com
I'm curious... How much money they made?
Post Reply