Results 1 to 6 of 6

Thread: Game programming on DS..

                  
   
  1. #1
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    23
    Rep Power
    0

    Default Game programming on DS..

    Hi hi,

    I've been reading quite a bit about how to get homebrew games/code running on a DS, from various sites scattered around the net.

    I know what i need in order to do it, i think (an SD card GBA cart, and a passme, and devkitpro software for the PC.. anything ive missed?)
    i dont have the hardware stuff yet for the DS, but ill get it soon, maybe when there's a small cart that fits DSlite.

    anyway, what im wondering is how i can go about learning how to program very basic stuff/games for DS.

    I've got some programming experience, though not much with C++, but i always find exploring stuff like this on forums and on my own is the best way to learn.

    so say if i wanted to make a really basic platform game, but maybe using some 3d models, does anyone know how i would go about it, and can they give me a little tutorial or point me to some good sites?

    any help or info is greatly appreciated
    thanks for reading!
    Jonny

  2. #2
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    23
    Rep Power
    0

    Default

    anyone any links, or advise on how i should go about starting to learn?

  3. #3

    Default

    You can get devkitpro and just read all the
    codes in the examples, that how i learned in less than a week

  4. #4

    Default

    Depends on what you're using, if you're using PALib, I believe the person decided (so far, maybe later in production) to not do 3d for it. libnds might have support for it, in which case you'll probably have to browse through their forums for tutorials.

    If they do support 3d on PALib, then I must be thinking 3d sprites only.

    But for the stuff outside of 3D, go to the PALib site and read the tut's on their wiki. It's what I've been going through as well.

    Also, if you know ABSOLUTELY NOTHING about C/C++ architecture, I advise you read some tutorials on how to use those languages. Not sure if you need to know about classes, though. Once again, that probably depends on the library you're using

    EDIT:
    No, it does not support true 3D. You'll have to use 3D sprites instead. Check PALib or google it, I would say.

    Good luck.
    Last edited by GreyIOutcast; December 22nd, 2008 at 04:51.

  5. #5

    Default

    want homebrew games come herehttp://maxconsole.net

  6. #6
    DCEmu Newbie
    Join Date
    Dec 2008
    Posts
    4
    Rep Power
    0

    Default

    That's pretty cool actually ...

    You can try this site to get code samples:
    Code:
    planet-source-code.com
    Let us know how it all turns out...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •