SDL on the wii
Moderator: Coders of Rage
SDL on the wii
does anyone know if it possible to use SDL on the wii?
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: SDL on the wii
...yes... look it up on the Wii homebrew site...
Please do some research before making posts like this, no offense and not trying to be a dick.
Please do some research before making posts like this, no offense and not trying to be a dick.
There's no place like ~/
Re: SDL on the wii
SDL Yes... But has anyone seen anything about OGL?
- combatant936
- Chaos Rift Newbie
- Posts: 39
- Joined: Wed Jul 29, 2009 11:11 pm
- Current Project: It's a secret!!
- Favorite Gaming Platforms: N64, SNES, PS2, PC
- Programming Language of Choice: C++, 65816 asm
- Location: Pennsylvania
- Contact:
Re: SDL on the wii
http://wiibrew.org/wiki/Gl2gxeatcomics wrote:SDL Yes... But has anyone seen anything about OGL?
..Horrible though.. It's missing a lot and it takes forever to compile =P
Re: SDL on the wii
Damn that sucks... I'll look into it sometime
- Falco Girgis
- 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: SDL on the wii
Consoles almost never have real OpenGL ports, but they almost always have their own "versions" that are optimized for the console. KGL on Dreamcast, pspGl on the PSP. If you know anything about OpenGL, then using them should be extremely simple. I'm sure something like that exists on the Wii.
- dandymcgee
- 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: SDL on the wii
Yeah, it's called GX. It's part of libogc:GyroVorbis wrote:Consoles almost never have real OpenGL ports, but they almost always have their own "versions" that are optimized for the console. KGL on Dreamcast, pspGl on the PSP. If you know anything about OpenGL, then using them should be extremely simple. I'm sure something like that exists on the Wii.
http://wiibrew.org/wiki/Libogc
It appears to be very similar to OGL, but also extremely lacking in documentation.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: SDL on the wii
I know there are always ports so to speak, but I couldn't find one for wii :P glad you guys helped out, I'll have to look into it