Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Xbox or other consols ??

  1. #1

    Xbox or other consols ??

    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.

  2. #2

    Xbox or other consols ??

    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.

  3. #3

    Xbox or other consols ??

    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.

  4. #4

    Xbox or other consols ??

    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:

  5. #5

    Xbox or other consols ??

    Hmmm,

    SDL you say. I've used that.. {On Linux using C} but he, Shouldn't be too different.

    But you'd probably find that *someone* wants money from you, of course
    Isn't there always someone..

    Thanks from info BlueCat..

    Armand

  6. #6

    Xbox or other consols ??

    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.

  7. #7

    Xbox or other consols ??

    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.

  8. #8

    Xbox or other consols ??

    XBox SDK is easy, just use DirectX and you're set.

  9. #9

    Xbox or other consols ??

    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.
    I didn't think It was that easy.

    Armand

  10. #10

    Xbox or other consols ??

    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.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •