Changes

2,710 bytes added ,  21:26, 23 October 2023
m
Update LÖVE Potion date
Line 1: Line 1:  
== Installing ==
 
== Installing ==
Applications are installed by copying the necessary files directly to the <code>3ds/</code> folder in the root of the SD card, or in a subdirectory of <code>3ds/</code>, in which case said subfolder must be named identically to its executable. Most applications come with two files:
+
Applications are installed by copying the necessary files directly to the <code>3ds/</code> folder in the root of the SD card (preferred for new designs), or in a subdirectory of <code>3ds/</code>, in which case said subfolder must be named identically to its executable. Most applications come with two files:
 
* <code>[appname].3dsx</code>: The executable.
 
* <code>[appname].3dsx</code>: The executable.
 
* <code>[appname].smdh</code>: The icon/metadata. (Not required in any case, and may be integrated into the <code>.3dsx</code>)
 
* <code>[appname].smdh</code>: The icon/metadata. (Not required in any case, and may be integrated into the <code>.3dsx</code>)
* <code>[appname].xml</code>: The list of supported targets, i.e. installed titles which the app supports replacing in memory at runtime, thus inheriting its permissions. (Optional)
+
* <code>[appname].xml</code>: The list of supported targets (i.e. installed titles which the app supports replacing in memory at runtime, thus inheriting its permissions), and of any arguments to be passed to the .3dsx. (Optional)
 +
 
 +
A standalone .xml file can point to a differently-named .3dsx, launching it with potentially different arguments so that a single application can run in different modes.
    
The [[Homebrew Launcher]] will scan the SD card for all <code>.3dsx</code> files, but will only display an icon for those who have one according to the format described above. Recent enough versions can freely navigate the filesystem to select an application.
 
The [[Homebrew Launcher]] will scan the SD card for all <code>.3dsx</code> files, but will only display an icon for those who have one according to the format described above. Recent enough versions can freely navigate the filesystem to select an application.
Line 11: Line 13:  
=== Launchers ===
 
=== Launchers ===
   −
==== Official Launcher ====
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 19: Line 20:  
!  width="10%" | Open-Source
 
!  width="10%" | Open-Source
 
|-
 
|-
| [https://github.com/smealum/3ds_hb_menu Homebrew Launcher]
+
| [https://github.com/fincs/new-hbmenu Homebrew Launcher]
| Run homebrew on your 3DS!
+
| Run homebrew on your 3DS! Compatible with Rosalina and all prior 3dsx loading solutions
| [[User:smea|smea]]
+
| [https://devkitpro.org devkitPro]
| [https://smealum.github.io/ninjhax2/boot.3dsx Here]
+
| [https://github.com/fincs/new-hbmenu/releases Here]
| [https://github.com/smealum/3ds_hb_menu Yes]
+
| Yes
 
|-
 
|-
 
| [https://github.com/smealum/3ds_hb_menu Homebrew Starter Pack]
 
| [https://github.com/smealum/3ds_hb_menu Homebrew Starter Pack]
Line 30: Line 31:  
| [https://smealum.github.io/ninjhax2/starter.zip Here]
 
| [https://smealum.github.io/ninjhax2/starter.zip Here]
 
| Yes
 
| Yes
|}
  −
  −
==== Alternate Launchers ====
  −
{| class="wikitable" border="1"
  −
!  width="20%" | Name
  −
!  width="50%" | Description
  −
!  width="10%" | Author
  −
!  width="10%" | Install
  −
!  width="5%"  | Open-Source
  −
!  width="15%" | Last Updated
   
|-
 
|-
| [http://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Mashers' HBL]
+
| [https://github.com/smealum/3ds_hb_menu Homebrew Launcher (v1.x)]
| Homebrew Launcher with grid and folder support.
+
| The old version of the 3DS Homebrew Launcher, originally created for ninjhax 1.x (Discontinued)
 +
| [[User:smea|smea]]
 +
| [https://smealum.github.io/ninjhax2/boot.3dsx Here]
 +
| Yes
 +
|-
 +
| [ Mashers' HBL]
 +
| Homebrew Launcher with grid and folder support. (Discontinued)
 
| [[User:Mashers|Mashers]]
 
| [[User:Mashers|Mashers]]
| [https://github.com/mashers/3ds_hb_menu/wiki/Installation Here]
+
| [https://github.com/d0k3/3DS-Extended-Homebrew-Starter-Pack/blob/35b8ab7dc40cb550b6ea45da319cdd0a0a3b2b54/boot.3dsx Here]
| [https://github.com/mashers/3ds_hb_menu Yes]
+
| Lost in masher's retirement
| 2016-02-25
   
|}
 
|}
   Line 57: Line 53:  
!  width="5%"  | Open-Source
 
!  width="5%"  | Open-Source
 
!  width="15%" | Last Updated
 
!  width="15%" | Last Updated
|-
  −
| [https://github.com/yellows8/3ds_homemenu_extdatatool 3DS HomeMenu extdata Tool]
  −
| Tool for accessing the SD extdata which Home Menu uses. This essentially allows writing custom themes to extdata which get loaded at Home Menu startup.
  −
| [[User:yellows8|yellows8]]
  −
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases Here]
  −
| Yes
  −
| 2015-08-17
   
|-
 
|-
 
| [https://github.com/VideahGams/3dsfetch 3dsfetch]
 
| [https://github.com/VideahGams/3dsfetch 3dsfetch]
Line 72: Line 61:  
| 2015-09-17
 
| 2015-09-17
 
|-
 
|-
| ''Brainfudge''
+
| [https://github.com/Klairm/3DS-PluginsFolder 3DS-PluginsFolder]
| An alpha [https://en.wikipedia.org/wiki/Brainfuck brainfuck] interpreter. ''No longer under development and without repo.''
+
| Simple program that creates folders with TitleID and copy plugins on them
| [[User:s3r1alpari4h|V0idst4r]]
+
| [[User:Klairm|Klairm]]
| [https://repo.mariocube.com/Stuff/3DS%20Stuff/Homebrew/Applications/Brainfudge/ Here] (legacy)
+
| [https://github.com/Klairm/3DS-PluginsFolder Here]
| Yes (''No source officially available.'')
+
| Yes
| 2015-12-22
+
| 2020-09-06
 +
|-
 +
| [https://github.com/JohnodonCode/TSI9 TSI9]
 +
| A simple program for detecting touch screen input.
 +
| [[User:Johnodon|Johnodon]]
 +
| [https://github.com/JohnodonCode/TSI9/releases Here]
 +
| Yes
 +
| 2020-1-18
 +
|-
 +
| [https://github.com/joel16/3DSident/ 3DSident]
 +
| Identity tool for the Nintendo 3DS heavily inspired by PSPident.
 +
| [[User:Joel16|Joel16]]
 +
| [https://github.com/joel16/3DSident/releases Here]
 +
| Yes
 +
| 2018-8-2
 +
|-
 +
| [https://gbatemp.net/threads/release-clear-mac-filter.515882/ Clear MAC Filter]
 +
| Reset 8-hour per-console StreetPass rate limiting
 +
| tastymeatball
 +
| [https://gbatemp.net/threads/release-clear-mac-filter.515882/ Here]
 +
| Yes
 +
| 2018-8-24
 +
|-
 +
| [https://github.com/CPunch/CtrRGBPATTY/releases CtrRGBPATTY]
 +
| Generate patches that edit LED notifications
 +
| CPunch
 +
| [https://github.com/CPunch/CtrRGBPATTY/releases Here]
 +
| Yes
 +
| 2017-11-3
 
|-
 
|-
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
Line 92: Line 109:  
| Yes
 
| Yes
 
| 2014-11-20
 
| 2014-11-20
|-
  −
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
  −
| Theme manager for Nintendo 3DS.
  −
| [[User:Rinnegatamante|Rinnegatamante]]
  −
| [http://rinnegatamante.it/CHMM2.rar Here]
  −
| Yes
  −
| 2016-07-04
   
|-
 
|-
 
| [https://github.com/DownloadMii/DownloadMii-3DS DownloadMii]
 
| [https://github.com/DownloadMii/DownloadMii-3DS DownloadMii]
| A WIP repo-based online marketplace for homebrew applications & games.
+
| A WIP repo-based online marketplace for homebrew applications & games. Appears to be non-active and out-of-date.
 
| [[User:filfat|filfat]]
 
| [[User:filfat|filfat]]
 
| Build from [https://github.com/DownloadMii/DownloadMii-3DS repo]
 
| Build from [https://github.com/DownloadMii/DownloadMii-3DS repo]
 
| Yes
 
| Yes
 
| 2015-11-24
 
| 2015-11-24
|-
  −
| [https://github.com/zeta0134/3ds-homebrew-browser Homebrew Browser]
  −
| Download homebrew from the internet!
  −
| [[User:cromo|cromo]], [[User:zeta0134|zeta0134]]
  −
| [https://github.com/zeta0134/3ds-homebrew-browser/releases Here]
  −
| Yes
  −
| 2015-10-07
   
|-
 
|-
 
| [https://github.com/linoma/fb43ds fb43ds]
 
| [https://github.com/linoma/fb43ds fb43ds]
Line 127: Line 130:  
| Yes
 
| Yes
 
| 2016-03-26
 
| 2016-03-26
 +
|-
 +
| [https://github.com/zeta0134/3ds-homebrew-browser Homebrew Browser]
 +
| Download homebrew from the internet!
 +
| [[User:cromo|cromo]], [[User:zeta0134|zeta0134]]
 +
| [https://github.com/zeta0134/3ds-homebrew-browser/releases Here]
 +
| Yes
 +
| 2015-10-07
 
|-
 
|-
 
| [https://github.com/MrJPGames/NFCReader NFCReader]
 
| [https://github.com/MrJPGames/NFCReader NFCReader]
Line 152: Line 162:  
!  width="15%" | Last Updated
 
!  width="15%" | Last Updated
 
|-
 
|-
| [https://github.com/VideahGams/LovePotion LövePotion]
+
| [https://github.com/lovebrew/LovePotion LÖVE Potion]
| An unofficial WIP implementation of the [https://github.com/love2d-community/love-api LÖVE API] for 3DS Homebrew.
+
| [https://love2d.org/ LÖVE] for Nintendo 3DS.
| [[User:VideahGams|VideahGams]]
+
| [[User:TurtleP|TurtleP]]
| [https://github.com/VideahGams/LovePotion/releases Here]
+
| [https://github.com/lovebrew/LovePotion/releases Here]
| Yes
+
| [https://github.com/lovebrew/LovePotion Yes]
| 2016-09-12
+
| 2023-10-16
 
|-
 
|-
 
| [https://ctrulua.github.io/ ctrµLua]
 
| [https://ctrulua.github.io/ ctrµLua]
Line 165: Line 175:  
| Yes
 
| Yes
 
| 2016-06-27
 
| 2016-06-27
 +
|-
 +
| [https://blog.easyrpg.org/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
 +
| RPG Maker 2000/2003 interpreter
 +
| [[User:Rinnegatamante|Rinnegatamante]] & EasyRPG Team
 +
| [https://easyrpg.org/player/downloads/ Here]
 +
| [https://github.com/EasyRPG/Player Yes]
 +
| 2019-03-03
 
|-
 
|-
 
| [https://github.com/Rinnegatamante/lpp-3ds LuaPlayer+ 3DS]
 
| [https://github.com/Rinnegatamante/lpp-3ds LuaPlayer+ 3DS]
Line 173: Line 190:  
| 2016-09-21
 
| 2016-09-21
 
|-
 
|-
| [http://asie.pl/homebrew/#megazeux MegaZeux 3DS]
+
| [http://vault.digitalmzx.net MegaZeux 3DS]
 
| A port of the MegaZeux GCS to the 3DS.
 
| A port of the MegaZeux GCS to the 3DS.
| asie
+
| MegaZeux developers
| [http://asie.pl/homebrew/#megazeux Here]
+
| [http://vault.digitalmzx.net Here]
| [https://github.com/asiekierka/megazeux/tree/3ds Yes]
+
| [https://github.com/AliceLR/megazeux Yes]
| 2016-10-30
+
| 2018-03-04
 
|}
 
|}
   Line 189: Line 206:  
!  width="5%"  | Open-Source
 
!  width="5%"  | Open-Source
 
!  width="15%" | Last Updated
 
!  width="15%" | Last Updated
|-
  −
| [http://gbatemp.net/threads/release-100-boxes-2ds.384714/ 100 Boxes 2DS]
  −
| A remake of homebrew "100 Boxes puzzle" for DS and GBA.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/100Boxes2DS/100_Boxes_2DS.rar Here]
  −
| No
  −
| 2015-11-11
   
|-
 
|-
 
| [https://github.com/MrJPGames/2048-3D 2048-3D]
 
| [https://github.com/MrJPGames/2048-3D 2048-3D]
Line 218: Line 228:  
| 2015-05-26
 
| 2015-05-26
 
|-
 
|-
| [https://gbatemp.net/threads/preview-ld-34-port-antibounce.406361 Antibounce]
+
| [https://github.com/TurtleP/Antibounce Antibounce]
 
| "Move your player to bounce around and collect coins. Go between screens through the holes in the sides of the floor. 3D can also be enabled."
 
| "Move your player to bounce around and collect coins. Go between screens through the holes in the sides of the floor. 3D can also be enabled."
 
| [[User:TurtleP|TurtleP]]
 
| [[User:TurtleP|TurtleP]]
Line 224: Line 234:  
| Yes
 
| Yes
 
| 2015-12-23
 
| 2015-12-23
 +
|-
 +
| [https://github.com/Magicrafter13/Breakout Breakout]
 +
| "A 3ds Breakout Clone."
 +
| [[User:Magicrafter13|Magicrafter13]]
 +
| [https://github.com/Magicrafter13/Breakout/releases Here]
 +
| Yes
 +
| 2017-10-17
 
|-
 
|-
 
| ''[https://github.com/UnsureSherlock/checkers3ds checkers3ds]''
 
| ''[https://github.com/UnsureSherlock/checkers3ds checkers3ds]''
Line 235: Line 252:  
| A tiny adaptation of the popular [https://en.wikipedia.org/wiki/Cookie_Clicker Cookie Clicker] game for the 3DS.
 
| A tiny adaptation of the popular [https://en.wikipedia.org/wiki/Cookie_Clicker Cookie Clicker] game for the 3DS.
 
| [[User:Kaisogen|Kaisogen]]
 
| [[User:Kaisogen|Kaisogen]]
| [https://github.com/Kaisogen/CookieCollector-3DS-/tree/master Here] (alt. [http://www.mediafire.com/download/qpojx6avkm6oo18/CookieCollector.zip here])
+
| [https://github.com/Kaisogen/CookieCollector-3DS-/releases Here]
 
| Yes
 
| Yes
| 2016-03-30
+
| 2017-06-04
 
|-
 
|-
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS Cookie Clicker 3DS]
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS Cookie Clicker 3DS]
Line 245: Line 262:  
| Yes
 
| Yes
 
| 2016-08-27
 
| 2016-08-27
|-
  −
| [https://gbatemp.net/threads/release-drawattack-networked-drawing-game.402291/ DrawAttack]
  −
| Online multiplayer drawing game, like Pictionary.
  −
| [[User:Cruel|Cruel]]
  −
| [https://github.com/Cruel/DrawAttack/releases Here]
  −
| Yes
  −
| 2016-04-17
   
|-
 
|-
 
| [https://github.com/masterfeizz/EDuke3D EDuke3D]
 
| [https://github.com/masterfeizz/EDuke3D EDuke3D]
Line 259: Line 269:  
| Yes
 
| Yes
 
| 2016-05-09
 
| 2016-05-09
|-
  −
| [https://gbatemp.net/threads/release-hamsters-2ds.383457/ Hamsters 2DS]
  −
| A text-based hamster breeding game.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/Hamsters2DS/Hamsters_2DS.rar Here]
  −
| No
  −
| 2015-11-01
   
|-
 
|-
 
| [https://github.com/BHSPitMonkey/Helii3DS Helii]
 
| [https://github.com/BHSPitMonkey/Helii3DS Helii]
Line 288: Line 291:  
| 2015-09-19
 
| 2015-09-19
 
|-
 
|-
|[https://gbatemp.net/threads/release-zelda-roth-for-3ds.425503/ Zelda ROTH for 3DS]
+
|[https://github.com/nop90/ZeldaROTH/ Zelda ROTH for 3DS]
 
|A port of Legend of Zelda: Return of the Hylian, a Zelda fangame, to 3DS.
 
|A port of Legend of Zelda: Return of the Hylian, a Zelda fangame, to 3DS.
 
|[[User:nop90|nop90]]
 
|[[User:nop90|nop90]]
Line 295: Line 298:  
|2016-09-11
 
|2016-09-11
 
|-
 
|-
| [https://gbatemp.net/threads/release-mastermind-3ds.394710/ Mastermind 3DS]
+
| [https://github.com/MrJPGames/Mastermind-3DS Mastermind 3DS]
 
| A port of Mastermind for the 3DS.
 
| A port of Mastermind for the 3DS.
 
| [[User:MrJPGames|Jasper Peters]]
 
| [[User:MrJPGames|Jasper Peters]]
Line 301: Line 304:  
| Yes
 
| Yes
 
| 2015-08-15
 
| 2015-08-15
|-
  −
| [http://gbatemp.net/threads/release-minesweeper-2ds.384185/ Minesweeper 2DS]
  −
| A port of Minesweeper for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/Minesweeper2DS/Minesweeper_2DS.rar Here]
  −
| No
  −
| 2015-11-01
   
|-
 
|-
 
| [https://pyug.at/PyWeek/2012-09 One Whale Trip]
 
| [https://pyug.at/PyWeek/2012-09 One Whale Trip]
Line 316: Line 312:  
| 2016-10-02
 
| 2016-10-02
 
|-
 
|-
| [http://gbatemp.net/threads/release-paddle-puffle-3ds.392215/ Paddle Puffle 3DS]
+
| [https://github.com/sergiou87/open-supaplex OpenSupaplex]
 +
| An open source 1:1 reimplementation of [https://en.wikipedia.org/wiki/Supaplex Supaplex] for the 3DS.
 +
| [https://github.com/sergiou87 sergiou87]
 +
| [https://github.com/sergiou87/open-supaplex/releases Here]
 +
| [https://github.com/sergiou87/open-supaplex Yes]
 +
| 2020-06-29
 +
|-
 +
| [https://github.com/gatuno/PaddlePuffle3DS Paddle Puffle 3DS]
 
| A port of [http://puffles.gatuno.mx Paddle Puffle] for the 3DS.
 
| A port of [http://puffles.gatuno.mx Paddle Puffle] for the 3DS.
 
| [[User:Peanut42|Peanut42]]
 
| [[User:Peanut42|Peanut42]]
Line 329: Line 332:  
| [http://david.dantoine.org/descargas/4 Yes (core)]
 
| [http://david.dantoine.org/descargas/4 Yes (core)]
 
| 2016-02-26
 
| 2016-02-26
|-
  −
| [http://gbatemp.net/threads/release-pixel-shuffle-2ds.398540/ Pixel Shuffle 2DS]
  −
| An adaptation of the puzzle game [http://www.gimme5games.com/play-game/pixelshuffle Pixel Shuffle] for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelShuffle2DS/Pixel_Shuffle_2DS.rar Here]
  −
| No
  −
| 2015-11-01
  −
|-
  −
| [http://gbatemp.net/threads/release-pixel-swap-2ds.395749/ Pixel Swap 2DS]
  −
| An adaptation of puzzle games Pixel Swap 1 & 2 for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelSwap2DS/Pixel_Swap_2DS.rar Here]
  −
| No
  −
| 2015-11-01
   
|-
 
|-
 
| [https://github.com/smealum/portal3DS Portal3DS]
 
| [https://github.com/smealum/portal3DS Portal3DS]
 
| An adaptation of [https://en.wikipedia.org/wiki/Portal_(video_game) Portal] for the 3DS.
 
| An adaptation of [https://en.wikipedia.org/wiki/Portal_(video_game) Portal] for the 3DS.
 
| [[User:smea|smea]]
 
| [[User:smea|smea]]
| Build from [https://github.com/smealum/portal3DS repo] (Decompiled [http://www.mediafire.com/file/yo463wt6y4tybch/portal3DS.rar here])
+
| Build from [https://github.com/smealum/portal3DS repo] (Precompiled [http://www.mediafire.com/file/yo463wt6y4tybch/portal3DS.rar here])
 
| Yes
 
| Yes
 
| 2015-08-18
 
| 2015-08-18
Line 358: Line 347:  
| 2016-09-16
 
| 2016-09-16
 
|-
 
|-
| [https://gbatemp.net/threads/release-reversi-othello-for-3ds.395442/ Reversi]
+
| [https://github.com/MrJPGames/Othello-3DS/ Reversi]
 
| [https://en.wikipedia.org/wiki/Reversi Reversi] for the 3DS.
 
| [https://en.wikipedia.org/wiki/Reversi Reversi] for the 3DS.
 
| [[User:MrJPGames|Jasper Peters]]
 
| [[User:MrJPGames|Jasper Peters]]
Line 372: Line 361:  
| 2016-03-14
 
| 2016-03-14
 
|-
 
|-
| [https://gbatemp.net/threads/release-space-fruit.399088/ Space Fruit]
+
| [https://github.com/TurtleP/SpaceFruit/ Space Fruit]
 
| Hackathon game by 4 friends ported to 3DS. Asteroids but with fruit.
 
| Hackathon game by 4 friends ported to 3DS. Asteroids but with fruit.
 
| [[User:TurtleP|TurtleP]]
 
| [[User:TurtleP|TurtleP]]
Line 378: Line 367:  
| Yes
 
| Yes
 
| 2016-04-09
 
| 2016-04-09
 +
|-
 +
| [https://github.com/derrekr/srb2_3ds/ SRB2 3DS]
 +
| An unofficial port of [https://wiki.srb2.org/wiki/Version_2.1 Sonic Robo Blast 2 Version 2.1.20] to New 3DS. It was made by derrek, a known vulnerability researcher and homebrew developer. SRB2 2.2.X Versions (2.2.8 is latest at the time this is being made) aren't ported yet and probably won't be.
 +
| [[https://github.com/derrekr/ derrekr]]
 +
| [https://github.com/derrekr/srb2_3ds Here (Don't use 2.2 files!)]
 +
| Yes
 +
| 2018-12-23
 
|-
 
|-
 
| [https://github.com/sgowen/tappy-plane Tappy Plane]
 
| [https://github.com/sgowen/tappy-plane Tappy Plane]
Line 392: Line 388:  
| No
 
| No
 
| 2016-06-29
 
| 2016-06-29
|-
  −
| [http://gbatemp.net/threads/release-tilemap-2ds.386733/ TileMap 2DS]
  −
| An adaptation of the puzzle game TileMap for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/TileMap2DS/TileMap_2DS.rar Here]
  −
| No
  −
| 2015-11-03
  −
|-
  −
| [http://gbatemp.net/threads/release-tiles-2ds.385796/ Tiles 2DS]
  −
| An adaptation of the puzzle game Lights Out for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/Tiles2DS/Tiles_2DS.rar Here]
  −
| No
  −
| 2015-11-01
   
|-
 
|-
 
| [https://thp.itch.io/that-rabbit-game-3ds That Rabbit Game 3DS]
 
| [https://thp.itch.io/that-rabbit-game-3ds That Rabbit Game 3DS]
Line 413: Line 395:  
| No
 
| No
 
| 2016-07-04
 
| 2016-07-04
|-
  −
| [http://gbatemp.net/threads/trucmuche-2ds-09.404859// Trucmuche 2DS 09]
  −
| An adaptation of the hidden objects game Trucmuche for the 3DS.
  −
| [[User:Cid2mizard|Cid2mizard]]
  −
| [http://3ds.nintendomax.com/Homebrews/Jeux/Trucmuche2DS09/Trucmuche_2DS_09.rar Here]
  −
| No
  −
| 2015-12-03
   
|-
 
|-
 
| [https://github.com/Steveice10/WorldOf3DSand World of 3DSand]
 
| [https://github.com/Steveice10/WorldOf3DSand World of 3DSand]
Line 434: Line 409:  
| Yes
 
| Yes
 
| 2015-08-07
 
| 2015-08-07
 +
|-
 +
| [https://thp.itch.io/loonies-8192 Loonies 8192]
 +
| A Mini Retro Puzzle for DOS, the PSP and 3DS (Homebrew)
 +
| [[User:thp|thp]]
 +
| [https://thp.itch.io/loonies-8192 Here]
 +
| No
 +
| 2019-01-27
 +
|-
 +
| [https://github.com/MrHuu/devilutionX-3ds DevilutionX]
 +
| A 3DS Port of Diablo 1.
 +
| [[User:MrHuu|MrHuu]]
 +
| [https://github.com/MrHuu/devilutionX-3ds Here]
 +
| Yes
 +
| 2020-05-08
 +
|-
 +
| [https://github.com/dotMizi/StarCruiser7 Star Cruiser 7]
 +
| StarCruiser7 is a first-person space combat simulator for the 3DS.
 +
| [[User:DotMizi|DotMizi]]
 +
| [https://github.com/dotMizi/StarCruiser7 Here]
 +
| Yes
 +
| 2022-10-10
 
|-
 
|-
 
|}
 
|}
Line 488: Line 484:  
| 2015-09-21
 
| 2015-09-21
 
|-
 
|-
| [https://easy-rpg.org/blog/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
+
| [https://github.com/masterfeizz/DaedalusX64-3DS DaedalusX64-3DS]
| RPG Maker 2000/2003 interpreter
+
| A port of DaedalusX64 (Nintendo 64 emulator) to the Nintendo 3DS. A compatibility list can be found [https://wiki.gbatemp.net/wiki/DaedalusX64_3DS_Compatibility_List here].
| [[User:Rinnegatamante|Rinnegatamante]] & EasyRPG Team
+
| masterfeizz
| [https://easyrpg.org/player/downloads/ Here]
+
| [https://github.com/masterfeizz/DaedalusX64-3DS/releases Here]
| [https://github.com/EasyRPG/Player Yes]
+
| Yes
| 2016-10-14
+
| 2020-12-07
 
|-
 
|-
| [https://github.com/Steveice10/GameYob GameYob]
+
| [https://github.com/Drenn1/GameYob GameYob]
 
| A Game Boy (Color) emulator. A compatibility list can be found [http://wiki.gbatemp.net/wiki/GameYob_3DS_Compatibility_List here].
 
| A Game Boy (Color) emulator. A compatibility list can be found [http://wiki.gbatemp.net/wiki/GameYob_3DS_Compatibility_List here].
 
| Drenn/Steveice10
 
| Drenn/Steveice10
| [https://github.com/Steveice10/GameYob/releases Here]
+
| [https://github.com/Drenn1/GameYob/releases Here]
 
| Yes
 
| Yes
| 2016-07-17
+
| 2017-09-04
 
|-
 
|-
 
| [https://github.com/mgba-emu/mgba mGBA]
 
| [https://github.com/mgba-emu/mgba mGBA]
Line 507: Line 503:  
| [https://mgba.io/downloads.html Here]
 
| [https://mgba.io/downloads.html Here]
 
| Yes
 
| Yes
| 2016-10-13
+
| 2021-09-05
 
|-
 
|-
 
| [https://github.com/mrdanielps/r3Ddragon r3Ddragon]
 
| [https://github.com/mrdanielps/r3Ddragon r3Ddragon]
Line 514: Line 510:  
| [https://github.com/mrdanielps/r3Ddragon/releases Here]
 
| [https://github.com/mrdanielps/r3Ddragon/releases Here]
 
| Yes
 
| Yes
| 2016-08-16
+
| 2020-08-07
 
|-
 
|-
 
| [https://github.com/libretro/RetroArch RetroArch]
 
| [https://github.com/libretro/RetroArch RetroArch]
Line 528: Line 524:  
| [https://github.com/bubble2k16/snes9x_3ds/releases Here]
 
| [https://github.com/bubble2k16/snes9x_3ds/releases Here]
 
| Yes
 
| Yes
| 2017-02-11
+
| 2019-10-08
 +
|-
 +
| [https://github.com/bubble2k16/emus3ds VirtuaNES for 3DS]
 +
| A NES emulator for the old 3DS / 2DS. Optimised from VirtuaNES 0.9.7 and runs many games at full speed.
 +
| bubble2k16
 +
| [https://github.com/bubble2k16/emus3ds/releases Here]
 +
| Yes
 +
| 2017-03-23
 +
|-
 +
| [https://github.com/bubble2k16/emus3ds TemperPCE for 3DS]
 +
| A PC-Engine/Turbografx-16 emulator for the old 3DS / 2DS. Optimised from Temper runs all games, including CD-ROM and SGX games at full speed.
 +
| bubble2k16
 +
| [https://github.com/bubble2k16/temperpce_3ds/releases Here]
 +
| Yes
 +
| 2017-06-19
 +
|-
 +
|}
 +
 
 +
===Theme managers===
 +
{| class="wikitable" border="1"
 +
!  width="20%" | Name
 +
!  width="50%" | Description
 +
!  width="10%" | Author
 +
!  width="10%" | Download
 +
!  width="5%"  | Open-Source
 +
!  width="15%" | Last Updated
 +
|-
 +
| [https://github.com/yellows8/3ds_homemenu_extdatatool 3DS HomeMenu extdata Tool]
 +
| Tool for accessing the SD extdata which Home Menu uses. This essentially allows writing custom themes to extdata which get loaded at Home Menu startup.
 +
| [[User:yellows8|yellows8]]
 +
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases Here]
 +
| Yes
 +
| 2015-08-17
 
|-
 
|-
 +
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
 +
| Theme manager for Nintendo 3DS. Discontinued.
 +
| [[User:Rinnegatamante|Rinnegatamante]]
 +
| [http://rinnegatamante.it/CHMM2.rar Here]
 +
| Yes
 +
| 2016-07-04
 +
|-
 +
| [https://github.com/ErmanSayin/Themely/tree/88e93816e3b43a40bcee25b1a7a8c71ef6a37db8 Themely]
 +
| Theme manager for Nintendo 3DS with 3dsthem.es integration.
 +
| ErmanSayin
 +
| [https://github.com/ErmanSayin/Themely/releases/tag/v1.3.1 Here]
 +
| Not anymore, 1.3.1 last FOSS version
 +
| 2017-6-28
 +
|-
 +
|[https://github.com/usagirei/3DS-Theme-Editor Usagi 3DS Theme Editor]
 +
|A simple 3DS theme editor for PC. You will need to have the .NET Library installed on your PC first before you can use it.
 +
|[https://github.com/usagirei usagirei]
 +
|[https://github.com/usagirei/3DS-Theme-Editor/archive/master.zip Here]
 +
|Not sure
 +
|2017.05.28
 +
|-
 +
| Anemone3DS
 +
| New theme and Luma splash screen manager, created to fill the gap left by its predecessors.
 +
| [[User:astronautlevel2]]
 +
| [https://github.com/astronautlevel2/Anemone3DS/releases/ Here]
 +
| Yes
 +
| 2018-5-13
 
|}
 
|}
   Line 553: Line 608:  
| [https://github.com/Steveice10/FBI/releases Here]
 
| [https://github.com/Steveice10/FBI/releases Here]
 
| Yes
 
| Yes
| 2016-12-31
+
| 2018-8-21
|-
  −
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ NASA]
  −
| Universal CIA Manager for FWs 4.1 - 10.7
  −
| [[User:Rinnegatamante|Rinnegatamante]]
  −
| [http://rinnegatamante.it/site/3ds_hbs.php Here]
  −
| No
  −
| 2016-04-13
   
|}
 
|}
   Line 575: Line 623:  
| Proof of concept save exporter/importer
 
| Proof of concept save exporter/importer
 
| [[User:profi200|profi200]]
 
| [[User:profi200|profi200]]
| [http://gbatemp.net/attachments/save_manager_-with_smdh-zip.24349/ Here]
+
| [Here]
 
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Yes]
 
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Yes]
 
| 2015-09-13
 
| 2015-09-13
Line 586: Line 634:  
| 2015-10-16
 
| 2015-10-16
 
|-
 
|-
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ JK's Save Manager]
+
| [JK's Save Manager]
 
| Save/Extdata Manager
 
| Save/Extdata Manager
 
| JK_
 
| JK_
| [https://github.com/J-D-K/JKSM/releases Here]
+
|  Here]
 +
| [https://github.com/J-D-K/JKSM/ Yes]
 +
| 2016-09-29
 +
|-
 +
| JK's Save Manager for Rosalina
 +
| Modded version of JKSM for use as .3dsx on Luma 8+
 +
| Phalk, JK_
 +
| [https://github.com/Phalk/JKSM/releases Here]
 
| Yes
 
| Yes
| 2016-09-29
+
| 2017-7-12
 +
|-
 +
| [https://github.com/FlagBrew/PKSM PKSM]
 +
| Save editor for Pokémon generations 3 to 7
 +
| Bernardo Giordano
 +
| [https://github.com/FlagBrew/PKSM/releases Here]
 +
| Yes
 +
| 2020-6-13
 
|-
 
|-
| [https://github.com/BernardoGiordano/PKSM PKSM]
+
| [https://github.com/FlagBrew/Checkpoint Checkpoint]
| Save editor for Pokèmon generations 4 to 7
+
| Fast and simple homebrew save manager for 3DS and Switch written in C++
 
| Bernardo Giordano
 
| Bernardo Giordano
| [https://github.com/BernardoGiordano/PKSM/releases Here]
+
| [https://github.com/FlagBrew/Checkpoint/releases Here]
 +
| Yes
 +
| 2019-12-9
 +
|-
 +
| [https://github.com/phijor/SpecializeMii/ SpecializeMii]
 +
| Editor for Mii database (specialness)
 +
| phijor
 +
| [https://github.com/phijor/SpecializeMii/releases Here]
 
| Yes
 
| Yes
| 2016-12-31
+
| 2017-1-22
 +
|-
 +
| [https://github.com/rboninsegna/SpecializeMii/ SpecializeMii]
 +
| Editor for Mii database (specialness and ownership)
 +
| phijor, [[User:Ryccardo|Ryccardo]]
 +
| [https://github.com/rboninsegna/SpecializeMii/releases Here]
 +
| Yes
 +
| 2017-8-13
 
|}
 
|}
   Line 615: Line 691:  
| [https://github.com/mtheall/ftpd/releases Here]
 
| [https://github.com/mtheall/ftpd/releases Here]
 
| Yes
 
| Yes
| 2016-09-17
+
| 2020-05-30
 
|-
 
|-
 
| ''[https://github.com/iamevn/FTP-3DS FTP-3DS]''
 
| ''[https://github.com/iamevn/FTP-3DS FTP-3DS]''
Line 634: Line 710:  
| A basic FTP server, useful for testing new homebrew versions without swapping the SD card. ''No longer under (active) development?''
 
| A basic FTP server, useful for testing new homebrew versions without swapping the SD card. ''No longer under (active) development?''
 
| [[User:smea|smea]]
 
| [[User:smea|smea]]
| Build from [https://github.com/smealum/ftpony repo] (alt. [https://mega.co.nz/#!nchBkL7B!T3vXnX4q8Uwp6APYYTDSZi2bkm25la-Qyz6j4CjsllI here])
+
| Build from [https://github.com/smealum/ftpony repo]
 
| Yes
 
| Yes
 
| 2014-11-24
 
| 2014-11-24
Line 675: Line 751:  
!  width="5%"  | Open-Source
 
!  width="5%"  | Open-Source
 
!  width="15%" | Last Updated
 
!  width="15%" | Last Updated
 +
|-
 +
| [https://github.com/halcy/nordlicht19 Skate Station]
 +
| A demo for the 3DS featuring music and 3D effects
 +
| SVatG
 +
| [https://aka-san.halcy.de/nordlicht2019/Skate%20Station.zip Here]
 +
| Yes
 +
| July 2019
 
|-
 
|-
 
| cubedemo
 
| cubedemo
Line 680: Line 763:  
| [[User:plutoo|plutoo]]
 
| [[User:plutoo|plutoo]]
 
| [https://mega.co.nz/#!KUQFiQYA!pv8HDEyrmuX6Eyw2hW0opL7gf9Ztmjd9J5pPsvs_rD4 Here]
 
| [https://mega.co.nz/#!KUQFiQYA!pv8HDEyrmuX6Eyw2hW0opL7gf9Ztmjd9J5pPsvs_rD4 Here]
| No
  −
| N/A
  −
|-
  −
| Spine 2D
  −
| Demo of [http://esotericsoftware.com/ Spine]'s 2D skeletal animations
  −
| [[User:Cruel|Cruel]]
  −
| [https://mega.nz/#!Xg411B5R!kcVHP69Ilggmjh4q5OYmr2cFvf5UGdHWA98-_VttDTo 3DSX]; [https://mega.nz/#!z8gxHSQb!H0as1A4wqYrdKBhXJwdYik7nPd_msXJhz5N1CeZm1Iw CIA]
   
| No
 
| No
 
| N/A
 
| N/A
Line 696: Line 772:  
| No
 
| No
 
| November 2015
 
| November 2015
 +
|-
 +
| The Night of Interruptions!
 +
| An independently made short film which can be watched on the Nintendo 3DS.
 +
| [[User:Chukoloco08|Chukoloco08]]
 +
| [https://archive.org/details/the-night-of-interruptions-3ds Here]
 +
| No
 +
| December 2020
 +
|-
 +
| Time for The Chickens to go to Sleep
 +
| An animated bedtime story featuring The Clucking Chickens by Sawyer Ique which can be viewed on the Nintendo 3DS.
 +
| [[User:Chukoloco08|Chukoloco08]]
 +
| [https://sawyer-ique.itch.io/sawyers-stories-time-for-the-chickens-to-go-to-sleep Here]
 +
| No
 +
| May 2021
 +
 
|}
 
|}
6

edits