Tagged Questions

23
votes
8answers
5k views

Programming on a Nintendo DS

I was reading this answer previously and it got me interested in purchasing a Nintendo DS Lite for learning to program embedded devices. Before I go out and splurge on a DS I had a few questions: ...
3
votes
5answers
702 views

Nintendo DS homebrew with Ada?

Note: I know very little about the GCC toolchain, so this question may not make much sense. Since GCC includes an Ada front end, and it can emit ARM, and devKitPro is based on GCC, is it possible to ...
2
votes
1answer
205 views

Nintendo DS and Neural Networks

i was wondering if DS`s hardware is capable of running a game that utilizes a feedforward neural network using genetic algorithms. I know that this has to do with the implementation of the homebrew ...
1
vote
2answers
644 views

gluProject on NDS?

I've been struggling with this for a good while now. I'm trying to determine the screen coordinates of the vertexes in a model on the screen of my NDS using devKitPro. The library seems to implement ...
1
vote
2answers
300 views

Combining 3D and framebuffer mode on the DS

The documentation implies that you can either have 3D rendering or framebuffer mode, and each only to the active display. Is there any way to render 3D to one screen and framebuffer to the other?
0
votes
0answers
163 views

C++ Fade System [closed]

Easy. How i do a Fade-in and fade-out System in C++ for a Nintendo DS Homebrew Application?