Difference between revisions of "Homebrew Libraries and Tools"
Jump to navigation
Jump to search
(Add cpp3ds in prep for release) |
(→Tools) |
||
Line 48: | Line 48: | ||
|} | |} | ||
− | ===Tools=== | + | ===PC Tools=== |
{| class="wikitable" border="1" width="100%" | {| class="wikitable" border="1" width="100%" | ||
! width="20%" | Name | ! width="20%" | Name | ||
Line 102: | Line 102: | ||
| [https://github.com/socram8888 socram8888] | | [https://github.com/socram8888 socram8888] | ||
| [https://github.com/socram8888/amiitool/archive/master.zip Here] | | [https://github.com/socram8888/amiitool/archive/master.zip Here] | ||
+ | | Yes | ||
+ | |} | ||
+ | |||
+ | ===3DS Tools=== | ||
+ | {| class="wikitable" border="1" width="100%" | ||
+ | ! width="20%" | Name | ||
+ | ! width="50%" | Description | ||
+ | ! width="10%" | Author | ||
+ | ! width="10%" | Download | ||
+ | ! width="10%" | Open-Source | ||
+ | |- | ||
+ | | [https://github.com/neobrain/braindump braindump] | ||
+ | | Tool to dump ExeFS/RomFS data from games and other applications | ||
+ | | [https://github.com/neobrain neobrain] | ||
+ | | [https://github.com/neobrain/braindump/releases Here] | ||
| Yes | | Yes | ||
|} | |} |
Revision as of 15:00, 22 November 2015
This is a list of libraries and tools that can be used to develop 3DS Homebrew.
List
Libraries
Name | Description | Author | Download | Open-Source |
---|---|---|---|---|
ctrulib | C library for writing user mode ARM11 code for the 3DS (CTR) | smea et al. | See here | Yes |
sf2dlib | Simple and Fast 2D library for the Nintendo 3DS (using ctrulib) | xerpi | Here | Yes |
gl3ds | OpenGL implementation for Nintendo 3DS using ctrulib | Cruel et al. | Here | Yes |
Caelina | An OpenGL implementation for (N)3DS | machinamentum | Here | Yes |
libkhax | Library for modifying kernel memory on a certain handheld game console. | Myria et al. | Here | Yes |
cpp3ds | Object-oriented C++ game library and port of SFML | Cruel et al. | Here | Yes |
PC Tools
Name | Description | Author | Download | Open-Source |
---|---|---|---|---|
devkitARM | GCC-based toolchain tuned for homebrew development for ARM-based consoles. | WinterMute et al. | See here | Yes |
aemstro | Set of tools used to disassemble and assemble shader code for DMP's MAESTRO shader extension used in the 3DS's PICA200 GPU | smea | Here | Yes |
picasso | Homebrew PICA200 shader assembler | fincs | Here | Yes |
nihstro | 3DS shader assembler and disassembler | neobrain | Here | Yes |
3ds-cmake | CMake files for devkitARM and 3DS homebrew development | Lectem | Here | Yes |
makerom | Tool which can be used to create NCCH, CCI, and CIA files. | 3dsguy maintained by profi200 | Here | Yes |
bannertool | Tool to create NCCH banners | Steveice10 | Here | Yes |
amiitool | Tool to decrypt, encrypt and sign amiibo dumps | socram8888 | Here | Yes |
3DS Tools
Name | Description | Author | Download | Open-Source |
---|---|---|---|---|
braindump | Tool to dump ExeFS/RomFS data from games and other applications | neobrain | Here | Yes |