Is there any downloadable sdks for delphi for them that anybody knows of?
I'm looking for the usuall.
- Xbox
PS2
Game cube {maybe}
I've worked quite a bit with OpenGL and DX. I'm looking at maybe doing some consol stuff.
Armand.
Is there any downloadable sdks for delphi for them that anybody knows of?
I'm looking for the usuall.
- Xbox
PS2
Game cube {maybe}
I've worked quite a bit with OpenGL and DX. I'm looking at maybe doing some consol stuff.
Armand.
There are some homebrew packages you can download to develop for these consoles (Xbox and PS2 anyway), but you must have a development or debug kit (available only from the manufacturer if you are a registered developer and cost mucho $$$, in which case you have the official SDK anyway), or a hacked console (modchip installed). The official SDKs are all in C and C++ and the unofficial SDKs are all in C and C++. GameCube requires special hardware, once again only available from Nintendo.
Bugger,
Thought it might be something like that/this.
I was hopeing to getaway from purchasing an SDK from a manfactuer.
{I don't know how, but it was a hope}.
Thanks Sly for the info.
Apparently, you can use SDL on Playstation 2, however how you'd actually do that I've no idea :cry:
But you'd probably find that *someone* wants money from you, of course :evil:
Hmmm,
SDL you say. I've used that.. {On Linux using C} but he, Shouldn't be too different.
Isn't there always someone..But you'd probably find that *someone* wants money from you, of course
Thanks from info BlueCat..
Armand
Sony have released a PS2 Linux kit. As far as I know, it is only available in Japan and the US in limited numbers. That is where the SDL port would work fine.
The PS2 Linux kit has been released here in Australia as well.
In regard to developing code for PS2, it's a little different. Because of the architecture of the PS2 CPU/GPU/Sound processor, everything has to be done in parallel.
XBox SDK is easy, just use DirectX and you're set.
I was under the impression that it was a special version of it called the XDK.XBox SDK is easy, just use DirectX and you're set.
I didn't think It was that easy.
Armand
You are right. It is called the XDK and it costs money. Programming for consoles is never easy. You have to think and plan a lot more carefully than you usually do with PC software. Mind you, you should also plan carefully when creating PC software, but that's another story related to the general shoddiness of PC software these days.
Bookmarks