HomebrewDS

this is the page as it was on 2010-10-06 10:27 — all versions

Games

MakingDSGames
latest firmware - http://dshere.com/ http://www.handheldsources.com/M3DS/Download_M3DSS.html


I ordered the M3 Simplyhttp://www.m3adapter.com/SLOT-1/main.htm

Contents

  1. playing with 3d
  2. playing with sound
  3. playing with visuals
  4. uselful applications
  5. more hardware
    1. M3 HumanitarianAssistance
  6. INSTALL
    1. WIFI file transfer
    2. DS Organize
  7. game/software dev/download sites
      1. some things i liked
  8. dev
  9. pc ds emulators

playing with 3d

const extern u32 Suzanne[];
where "Suzanne" is the name of your mesh. Check the .c file to make sure they match. Then, inside of your code, you can just call
glCallList((u32*)Suzanne);
to display the model. (Again being sure to replace "Suzanne" with the actual name of your mesh)

playing with sound

GlitchDS - http://www.glitchds.com/documentation/

playing with visuals

uselful applications

more hardware

DS motion pack: http://ndsmotion.com/
(too bad i can't get the dsmidiwifi to work. it seems that the ds has so many features which would make it a great instrument to use for MySong.)

M3 HumanitarianAssistance

INSTALL

WIFI file transfer

http://bafio.drunkencoders.com/
also wifi chat program and server that i cannot get to worrrk :(

DS Organize

game/software dev/download sites

some things i liked

dev

pc ds emulators