List of 3DS development tools: Difference between revisions
⧼vector-jumptonavigation⧽
⧼vector-jumptosearch⧽
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{3DSNav}}{{Newpagepreload|Template:P/3DS Homebrew}} | |||
==Libraries== | |||
{| class="prettytable sortable" style="width:100%" | {| class="prettytable sortable" style="width:100%" | ||
! style="width:25%" | Title | ! style="width:25%" | Title | ||
| Line 95: | Line 86: | ||
| | | | ||
| [https://github.com/titegtnodI/textstuff Git] | | [https://github.com/titegtnodI/textstuff Git] | ||
|} | |||
==Tools== | |||
{| class="prettytable sortable" style="width:100%" | |||
! style="width:25%" | Title | |||
! class="unsortable" | Description | |||
! style="width:20%" | Author | |||
! class="unsortable" style="width:8%" | Thread | |||
! class="unsortable" style="width:8%" | Source | |||
|- | |||
| 3DS tmd reader | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| CTRRPC | |||
| RPC server/client for poking the 3DS usermode | |||
| [[User:Plutooo|Plutooo]] | |||
| | |||
| [https://github.com/plutooo/ctrrpc Git] | |||
|- | |||
| CTRSDK | |||
| A set of legal open sources SDK replacement Tools | |||
| | |||
| | |||
| [https://github.com/ctrdev/ctrsdk Git] | |||
|- | |||
| EditTMD | |||
| | |||
| [[User:cearp|cearp]] | |||
| [https://gbatemp.net/threads/release-edittmd-edit-tmd-files.376426/ Thread] | |||
| | |||
|- | |||
| p3DS | |||
| 3DS Python Tool | |||
| | |||
| | |||
| | |||
|- | |||
| NTR Debugger | |||
| 3DS cFW with wifi debugging tools | |||
| [[User:Cell9|Cell9]] | |||
| | |||
| | |||
|} | |} | ||
| Line 124: | Line 160: | ||
|} | |} | ||
==Documentation== | |||
{| class="prettytable sortable" style="width:100%" | {| class="prettytable sortable" style="width:100%" | ||
! style="width:25%" | Title | ! style="width:25%" | Title | ||
| Line 168: | Line 189: | ||
| Info and [https://github.com/Lectem/3ds-cmake examples] for using CMake with 3DS homebrew | | Info and [https://github.com/Lectem/3ds-cmake examples] for using CMake with 3DS homebrew | ||
| [[User:Lectem|Lectem]] | | [[User:Lectem|Lectem]] | ||
|} | |||
===Templates=== | |||
{| class="prettytable sortable" style="width:100%" | |||
! style="width:25%" | Title | |||
! class="unsortable" | Description | |||
! style="width:20%" | Author | |||
! class="unsortable" style="width:8%" | Thread | |||
! class="unsortable" style="width:8%" | Source | |||
|- | |||
| 3DS Homebrew template | |||
| Makefile project template for 3DS homebrew that creates elf, 3dsx, smdh, cia, and 3ds files. | |||
| [[User:Steveice10|Steveice10]] | |||
| | |||
| [https://github.com/Steveice10/3DSHomebrewTemplate Git] | |||
|} | |} | ||
Revision as of 14:17, 14 September 2015
| 3DS Homebrew | |
|---|---|
| Introduction • Homebrew Development • Glossary • Flashcart FAQ | |
| Lists | All Homebrew • Applications • Games • Emulators • Demos • CFWs • Exploits • Development libraries & tools • PC Utilities |
Libraries
| Title | Description | Author | Thread | Source |
|---|---|---|---|---|
| 3DS-UI | Graphical UI library | filfat | Git | |
| BlargGL | simple GPU API wrapper | StapleButter | Git | |
| Brewboard | a Keyboard demo / Library | titegtnodI | Thread | Git |
| Caelina | OpenGL driver port | machinamentum | Thread | Git |
| ctrGL | OpenGL implementation for the POS PICA. | minexew | Git | |
| CTRULib | 3DS User Library. | smealum | Git | |
| libmpo | mpo (multiple picture object) file encoding/decoding library. | lectem | Git | |
| libntrplg | Library to write plugins for NTR cFW. | 44670 | Git | |
| SDL for 3DS | SDL Library patch for 3DS. | Rikku2000 | Thread | |
| sf2dlib | 2D Graphics library with GPU rendering. | xerpi | Thread | Git |
| sfillib | Fast image loading library to use with sf2dlib | xerpi | Thread | Git |
| SwKbd | Custom software keyboard module. | Nop90 | Thread | Git |
| TextStuff | Library to add text support. | titegtnodI | Git |
Tools
| Title | Description | Author | Thread | Source |
|---|---|---|---|---|
| 3DS tmd reader | ||||
| CTRRPC | RPC server/client for poking the 3DS usermode | Plutooo | Git | |
| CTRSDK | A set of legal open sources SDK replacement Tools | Git | ||
| EditTMD | cearp | Thread | ||
| p3DS | 3DS Python Tool | |||
| NTR Debugger | 3DS cFW with wifi debugging tools | Cell9 |
Shader assemblers
| Title | Description | Author | Thread | Source |
|---|---|---|---|---|
| aemstro | Not meant for homebrew, used more for reverse engineering. | Smealum | Git | |
| nihstro | neobrain | Thread | Git | |
| picasso | fincs | Git |
Documentation
| Title | Description | Author |
|---|---|---|
| http://3dbrew.org | 3DS homebrew | user based wiki |
| http://4dsdev.org/ | forum with info and shared resources (audio/functions/released homebrew/etc.) | multiple devs |
| 3DS dev. guide Homepage eBook Git | CTRuLib and homebrew Tools guides and documentation. Old Link | xem |
| handy functions | useful function for writing homebrew | xem |
| GBATemp main homebrew development thread | random information, ask questions here. | multiple developers |
| 3ds-cmake | Info and examples for using CMake with 3DS homebrew | Lectem |
Templates
| Title | Description | Author | Thread | Source |
|---|---|---|---|---|
| 3DS Homebrew template | Makefile project template for 3DS homebrew that creates elf, 3dsx, smdh, cia, and 3ds files. | Steveice10 | Git |