Recent content by ivodesmedt

  1. ivodesmedt

    "DevkitPro -> libnds" or "how to create my own game?".

    I am having trouble with perspective in libnds. If this is not the right place to ask this type of question, please tell me. What I am trying to do is make something like a third person game. Basically a character that moves and a camera that moves around the player but is always at a constant...
  2. ivodesmedt

    Homebrew Others Homebrew game Libnds: making the ground/floor

    Hello, How does one make a (large) ground plane in libnds? I have tried making a very large GL_QUAD at height y=0 like this: glBegin(GL_QUADS); glColor3f(1, 0, 0); glVertex3f(-30, 0, -30); glVertex3f(-30, 0, 30); glVertex3f(30, 0, -30); glVertex3f(30, 0, 30); glEnd(); But it does not look...
  3. ivodesmedt

    Homebrew DS(i) NOOB PARADISE - Ask questions here

    Thank you so much! I reinstalled devkitPro and did what you said, this time it worked perfectly. Kind regards
  4. ivodesmedt

    Homebrew DS(i) NOOB PARADISE - Ask questions here

    Just to be 100% sure; In the devkitPro Getting Started guide, the last step is to launch MSYS from devkitPro. After this, the install is complete? You are not supposed to run any commands?
  5. ivodesmedt

    Homebrew DS(i) NOOB PARADISE - Ask questions here

    Not sure what you mean by running make in msys2/cmd (I do have msys2 installed). I ran make in the terminal, but it didn't change anything. Howcan I start using the proper devkitPro tools? What I did in visual studio is select the 'open folder' option and then select the hello_world folder in...
  6. ivodesmedt

    Homebrew DS(i) NOOB PARADISE - Ask questions here

    Thank you! I am not computer-literate enough to know what the contents of the Makefile mean, but your answer definitely helped (my only experience with C++ is a semester-long introductory course). I tried doing something else; nameley to open a new project from the examples provided by...
  7. ivodesmedt

    Homebrew DS(i) NOOB PARADISE - Ask questions here

    Hi, am new to DS homebrew and I have been following Jaeden Amero's tutorial. I have installed devkitPRO and I now have a C++ project with the nds.h header included in my main file. When I try to build it gives me this one error: ' fatal error C1189: #error: Either ARM7 or ARM9 must be defined...
General chit-chat
Help Users
  • No one is chatting at the moment.
    BigOnYa @ BigOnYa: Interesting. The macphone +2