List of Switch development tools: Difference between revisions
⧼vector-jumptonavigation⧽
⧼vector-jumptosearch⧽
merged lists |
→Dev tools: added 1 link |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
libdedbae https://gbatemp.net/threads/2168-0002-libdedbae-dbcli-c-library-and-cli-tool-for-manipulating-nintendo-switch-file-formats.519932/ | libdedbae https://gbatemp.net/threads/2168-0002-libdedbae-dbcli-c-library-and-cli-tool-for-manipulating-nintendo-switch-file-formats.519932/ | ||
SDL v1.2.15 libnx https://gbatemp.net/threads/sdl-1-2-15-for-switch-libnx-based.497412/ | SDL v1.2.15 libnx https://gbatemp.net/threads/sdl-1-2-15-for-switch-libnx-based.497412/ | ||
docker switchdev https://gbatemp.net/threads/switchdev-docker-image-to-easily-compile-homebrew-applications-for-the-nintendo-switch.504897/ https://hub.docker.com/r/yesimnathan/switchdev/ | |||
docker devkitpro https://hub.docker.com/r/devkitpro/devkita64/ | |||
libcross2d https://gbatemp.net/threads/libcross2d-a-little-cross-platform-2d-library.522096/ | |||
lua.js https://github.com/caHarkness/luajs-interop | |||
IDA Pro loader for switch https://github.com/pgarba/SwitchIDAProLoader | |||
Plutonium, easy UI framework for switch homebrew https://gbatemp.net/threads/plutonium-an-easy-to-use-ui-framework-for-nintendo-switch-homebrew.527496/ https://github.com/XorTroll/Plutonium | |||
sources to decrypt flash memory https://github.com/MCMrARM/switch_decrypt | |||
nanovg port https://github.com/natinusala/switch-nanovg | |||
===Homebrew examples and interfaces=== | |||
{| 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 | |||
|- | |||
| [[Switch generic homebrew page|lib-nx examples]] | |||
| Different LibNX and DevkitA64 examples : graphic, audio, intput, etc. | |||
| Switchbrew | |||
| | |||
| [https://github.com/switchbrew/switch-examples/ git] | |||
|- | |||
| [[Switch generic homebrew page|libtransistor examples]] | |||
| Different Libtransistor examples | |||
| ReSwitched | |||
| | |||
| [https://github.com/reswitched/libtransistor/ git] | |||
|- | |||
| [[CustomUI]] | |||
| A UI Interface template for your homebrew. | |||
| [[User:XorTroll|XorTroll]] | |||
| | |||
| [https://github.com/XorTroll/CustomUI git] | |||
|} | |||
Latest revision as of 11:01, 25 February 2019
| Switch Homebrew | |
|---|---|
| Introduction • Homebrew Development • Homebrew Bounty • Glossary | |
| Release Lists | All Homebrew • Applications • Games • Emulators • Demos • Exploits • Payloads • CFWs • Development libraries & tools • PC Utilities |
| Information | • Homebrew TitleID • Game patches and mods • Savegames • Websites |
| Libraries | Dev Tools |
Dev tools
DevkitPro, sdl v2.0, libnx, devkitA64 https://devkitpro.org libnx-sdl2 https://gbatemp.net/threads/libnx-sdl2.513099/ cmake template https://gbatemp.net/threads/i-created-a-somewhat-working-cmake-toolchain-setup-for-libnx-and-libtransistor.514521/ CustomUI https://gbatemp.net/threads/customui-c-libnx-libs-for-creating-switch-like-ui-homebrew-apps.511850/ libget (package manager used by SwitchAppStore front end) https://github.com/vgmoose/libget Linkle https://github.com/MegatonHammer/linkle libdedbae https://gbatemp.net/threads/2168-0002-libdedbae-dbcli-c-library-and-cli-tool-for-manipulating-nintendo-switch-file-formats.519932/ SDL v1.2.15 libnx https://gbatemp.net/threads/sdl-1-2-15-for-switch-libnx-based.497412/ docker switchdev https://gbatemp.net/threads/switchdev-docker-image-to-easily-compile-homebrew-applications-for-the-nintendo-switch.504897/ https://hub.docker.com/r/yesimnathan/switchdev/ docker devkitpro https://hub.docker.com/r/devkitpro/devkita64/ libcross2d https://gbatemp.net/threads/libcross2d-a-little-cross-platform-2d-library.522096/ lua.js https://github.com/caHarkness/luajs-interop IDA Pro loader for switch https://github.com/pgarba/SwitchIDAProLoader Plutonium, easy UI framework for switch homebrew https://gbatemp.net/threads/plutonium-an-easy-to-use-ui-framework-for-nintendo-switch-homebrew.527496/ https://github.com/XorTroll/Plutonium sources to decrypt flash memory https://github.com/MCMrARM/switch_decrypt nanovg port https://github.com/natinusala/switch-nanovg
Homebrew examples and interfaces
| Title | Description | Author | Thread | Source |
|---|---|---|---|---|
| lib-nx examples | Different LibNX and DevkitA64 examples : graphic, audio, intput, etc. | Switchbrew | git | |
| libtransistor examples | Different Libtransistor examples | ReSwitched | git | |
| CustomUI | A UI Interface template for your homebrew. | XorTroll | git |