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

Thread: X-Box

  1. #1
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    X-Box

    I just recently ran across what I think is something of an oppertunity for Pascal developers to catch onto. A projects called OpenXDK (Open XBOX Development Kit) has just made their first release. http://www.openxdk.org/

    In short it's an opensource(LEGAL) development kit for the X-Box(if the name of it wasn't too obvious ). It apparently compiles under gcc and Microsoft's VC. "So what?" you say, "What does this have to do with us?". Well, for one it's open source. And if you all recall there was not too long ago the completion of a very successful translation of the Quake 2 source AND there is not to mention a whole slew of C header translation projects(JEDI-SDL, DirectX Headers, OpenGL Headers, OpenAL Headers, and a ton of others). Why not a project to translate this? I'm sure that Free Pascal would be able to support the X-Box easily, considering that it's only a Pentium III processor with custom hardware. This idea is not so far-fetched...

    The kit is designed to make use of SDL aswell, so a co-operation of both JEDI-SDL and Free Pascal could allow for a new generation of games development for Pascal game developers, making X-Box games.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  2. #2

    X-Box

    That would be cool.
    Hope someone will catch up on the idea

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    X-Box

    It would be extreamly cool. In fact this is the type of development that a lot of Pascal programmers should start getting interested in(, I think). Since the advent of open source this becomes more possible. Especially now when Indi-developers are being accepted more these days.

    X-Box is so great because it's basically a PC your programming for. Whats so different? You have to code towards a set hardware config instead of many different peices. It only seem logical that it'll catch on with the right modivated people.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4

    X-Box

    Things unfortunately are not that simple. I wrote a mail to Craig Edwards and it seems all library access need to be rewritten. Also no OpenAL, no OpenGL, there is DirectX available, but the xbox implementation is different from normal windows implementation. Also on doing a bit research myself it seems that even the EXE pe headers are different. Also file access seems to be different. I have a peak at this from time to time, but it seems to me like some of these things that look simple in the beginning, but turn nasty in the end.
    http://3das.noeska.com - create adventure games without programming

  5. #5

    X-Box

    Too bad.. maybe i should try and take up on my C++ learning...

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    X-Box

    Hmm... well I'm sure there are other options. With all that technical information floating around and the Free Pascal team(I'm sure something can be put together). Nothing worth doing is ever easy. :roll:
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7

    X-Box

    http://3das.noeska.com - create adventure games without programming

  8. #8
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    X-Box

    Well, what about XNA? I mean Microsoft created it so that you can have a cross-compatable software layer to design on. With Free Pascal adding some nessessary hardware compatability in it's compilers would this not be quite possible to implement and make use of?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  9. #9

    X-Box

    But is xna available already? And will it be free?, i doubt that. Read the faq on xna.
    http://3das.noeska.com - create adventure games without programming

  10. #10

    X-Box

    Hmm, it seems that the opengl iplementation requirers the official sdk to become working. See why: http://www.xbox365.com/stories/xdkcomplete.shtml So it is not useable with the openxdk.

    So no DirectX etc without the official sdk.

    The easiest way now is to use: http://www.xbox-linux.org/ as it is able to use nvidia nforce linux drivers and thus providing hardware accel opengl. and even openal.
    http://3das.noeska.com - create adventure games without programming

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
  •