Skip to content
Sample app with basic libraries for 3DS
Branch: master
Clone or download
Latest commit 43ece73 May 12, 2016
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
HID.h Update HID.h Jan 18, 2014
LICENSE Initial commit Jan 16, 2014
README.md Update README.md May 12, 2016
ascii64.h Swapped bitmaps for ")" and "(". Where inverted. Jan 25, 2014
draw.c Update draw.c Jan 18, 2014
draw.h Create draw.h Jan 17, 2014
entry.c Create entry.c Jan 17, 2014
interop.h Create interop.h Jan 17, 2014
main.c Update main.c Jan 18, 2014
main.h Create main.h Jan 17, 2014
memory.h Update memory.h Jan 18, 2014
psdraw.c Update psdraw.c Jan 18, 2014
psdraw.h Create psdraw.h Jan 17, 2014
sin_lookup.h Create sin_lookup.h Jan 17, 2014
utils.c Create utils.c Jan 17, 2014
utils.h Update utils.h Jan 18, 2014

README.md

3DS_Homebrew

Sample app with basic libraries for 3DS on barebone ARM

NOTE: This lib is outdated

http://gbatemp.net/threads/homebrew-development.360646/#post-4887740

Note: psdraw still doesn't work! I wrote it on a paper sketch of stereographic coordinates translation, so probably the graphic result will not be very good. Please don't blame, it's only my first experiment.

This work is partially based on the work of other people (take a look at the linked gbatemp.net discussion), but i changed some function name to my own naming convection.

Currently working on:

  • swapping frame buffers
  • getting input from circlepad
  • fixing the 3D effect

nop90

Changelog

01/18/2014 - Fixed buffer pointers and implemented HID management (only buttons. circlepad not yet).

01/17/2014 - First release. Fixed bug in original pixel drawing function from InsaneKane.

You can’t perform that action at this time.