Note that this page is under construction, and everything WILL change.
All tutorials/demonstration applications available here have been developed and tested on:
ItemDescription
Programmers Guide A programmers guide to the NDS. It assumes a good background in programming, but no experience in NDS/GBA programming.
gimpPlugins.tar.bz2 A set of plugins making NDS graphics development with GIMP easy.
tile01 The doxygen documentation for the tile01 example application.
tile01.tar.bz2 The complete source code for the tile01 example application.
sprite01 The doxygen documentation for the sprite01 example application.
sprite01.tar.bz2 The complete source code for the sprite01 example application.
libpr Documentation for the PhoenixRising library. In creating the tutorial applications above, useful routines that are developed in the course of creating a tutorial are redesigned and classes are created and merged into the library, preventing a lot of cut-and-paste operations in the code.
libpr.tar.bz2 The complete source code for the libpr library.
keyboard.tar.bz2 The complete source code for the keyboard demo.
audio_sample.tar.bz2 The "mostly"-complete source code for the audio_sample. All of the source required to compile the audio_sample application is here. What is missing is the original wav files that are transcoded. That would have increased this download from the 750kb to around 10mb.