Updated Developer Information (markdown)

bunnei 2014-05-19 20:36:04 -07:00
parent 62f0b16e48
commit 1ce888d671

@ -1,11 +1,11 @@
This is a very incomplete overview of useful information to get started with 3DS development. Please add anything that's missing :)
## 3DS Hardware/Software
### 3DS Hardware/Software
* [3DBrew](http://3dbrew.org/wiki/Main_Page) is probably the best resource for the 3DS hardware/software internals
* [ARM11 MPCore Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0360f/index.html)
* [ARM946E-S ™ Reference Manual](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0201d/index.html)
## Homebrew
### Homebrew
Here are some early homebrew demos:
* [Pong3D](http://wiki.gbatemp.net/wiki/Pong3D) - Simple Pong framebuffer demo
* [Mandelbrot](https://github.com/Aliakr18/mandelbrot) - Simple mandebrot famebuffer demo