Difference between revisions of "Homebrew Applications"

From 3dbrew
Jump to navigation Jump to search
m (Just added a description to the DownloadMii app saying that the downloads not working right now.)
(Maintenance.)
Line 1: Line 1:
==Installing==
+
== Installing ==
Applications are installed by copying the necessary files directly to the 3ds/ folder in the root of the SD card, or in a subdirectory of "3ds", 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, 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:
* (app name).3dsx: The executable.
+
* <code>[appname].3dsx</code>: The executable.
* (app name).smdh: The icon/metadata. (Not required in any case, and may be integrated into the .3dsx)
+
* <code>[appname].smdh</code>: The icon/metadata. (Not required in any case, and may be integrated into the <code>.3dsx</code>)
* (app name).xml: 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. (Optional)
  
The [[Homebrew Launcher]] will scan the sdcard for all .3dsx 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.
  
==List==
+
== List ==
  
===Official Launcher===
+
=== Launchers ===
 +
 
 +
==== Official Launcher ====
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 30: Line 32:
 
|}
 
|}
  
===Applications===
+
==== 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]
 +
| Homebrew Launcher with grid and folder support.
 +
| [[User:Mashers|Mashers]]
 +
| [https://github.com/mashers/3ds_hb_menu/wiki/Installation Here]
 +
| [https://github.com/mashers/3ds_hb_menu Yes]
 +
| 2016-02-25
 +
|}
 +
 
 +
=== Applications ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 36: Line 55:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
 
| [https://github.com/yellows8/3ds_homemenu_extdatatool 3DS HomeMenu extdata Tool]
 
| [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.
 
| 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]]
 
| [[User:yellows8|yellows8]]
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases]
+
| [https://github.com/yellows8/3ds_homemenu_extdatatool/releases Here]
 
| Yes
 
| Yes
|
+
| 2015-08-17
 
|-
 
|-
| [https://github.com/markwinap/3DS_Nyan_Cat 3DS Nyan Cat]
+
| [https://github.com/VideahGams/3dsfetch 3dsfetch]
| 3DS Nyan Cat using LIBSF2D.
+
| Small 3DS version of a popular Linux ricing script called screenfetch.
| [[User:markwinap|markwinap]]
+
| [[User:VideahGams|VideahGams]]
| [https://www.dropbox.com/s/e400my3xm0zw74r/nyan_cat.zip?dl=0 Here]
+
| [https://github.com/VideahGams/3dsfetch/tree/master Here]
 
| Yes
 
| Yes
|
+
| 2015-09-17
|-
 
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ 3dsfetch]
 
| Small 3DS version of a popular Linux ricing script called screenfetch
 
| [[User:VideahGams|VideahGams]]
 
| [https://github.com/VideahGams/3dsfetch Here]
 
| [https://github.com/VideahGams/3dsfetch Yes]
 
|
 
 
|-
 
|-
| [https://github.com/S3r1alpari4h/Brainfudge3DS Brainfudge]
+
| ''Brainfudge''
| Alpha brainfuck interpreter
+
| An alpha [https://en.wikipedia.org/wiki/Brainfuck brainfuck] interpreter. ''No longer under development and without repo.''
 
| [[User:s3r1alpari4h|V0idst4r]]
 
| [[User:s3r1alpari4h|V0idst4r]]
| [https://github.com/s3r1alpari4h/Brainfudge3DS/releases/ Here]
+
| [https://repo.mariocube.com/Stuff/3DS%20Stuff/Homebrew/Applications/Brainfudge/ Here] (legacy)
| [https://github.com/S3r1alpari4h/Brainfudge3DS Yes]
+
| Yes (''No source officially available.'')
|
+
| 2015-12-22
 
|-
 
|-
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
 
| [https://github.com/plutooo/ctrrpc ctrrpc]
| A small and easily extensible RPC server/client written in C/Python. Allows you to quickly poke service-commands and syscalls over wifi from a Python shell on your PC. Useful during reverse-engineering.
+
| A small and easily extensible RPC server/client written in C/Python. Allows you to quickly poke service-commands and <code>syscall</code>s over Wi-Fi from a Python shell on your PC. Useful during reverse-engineering. ''No longer under (active) development?''
 
| [[User:plutooo|plutoo]]
 
| [[User:plutooo|plutoo]]
| N/A
+
| Build from [https://github.com/plutooo/ctrrpc repo]
 
| Yes
 
| Yes
|
+
| 2014-11-10
 
|-
 
|-
 
| [https://github.com/yellows8/ctr-streaming-server ctr-streaming-server]
 
| [https://github.com/yellows8/ctr-streaming-server ctr-streaming-server]
| This is a server which runs on a 3DS, which receives audio/video for playback. This can also send [[HID_Shared_Memory|HID]] state to the client (see the README) when enabled. The included parse_hidstream tool can be used to parse that HID data to simulate keyboard/mouse input events, via Linux uinput.
+
| A 3DS homebrew audio/video playback server. It can also send [[HID_Shared_Memory|HID]] state to the client (see the README) when enabled. The included <code>parse_hidstream</code> tool can be used to parse that HID data to simulate keyboard/mouse input events, via Linux <code>uinput</code>. ''No longer under (active) development?''
 
| [[User:yellows8|yellows8]]
 
| [[User:yellows8|yellows8]]
| N/A
+
| Build from [https://github.com/yellows8/ctr-streaming-server repo]
 
| Yes
 
| Yes
|
+
| 2014-11-20
 
|-
 
|-
 
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
 
| [https://github.com/Rinnegatamante/CHMM2 Custom Home Menu Manager 2]
| Theme manager for Nintendo 3DS
+
| Theme manager for Nintendo 3DS.
 
| [[User:Rinnegatamante|Rinnegatamante]]
 
| [[User:Rinnegatamante|Rinnegatamante]]
 
| [http://rinnegatamante.it/CHMM2.rar Here]
 
| [http://rinnegatamante.it/CHMM2.rar Here]
 
| Yes
 
| Yes
|
+
| 2016-07-04
 
|-
 
|-
| [https://github.com/DownloadMii/DownloadMii DownloadMii]
+
| [https://github.com/DownloadMii/DownloadMii-3DS DownloadMii]
| This is a WIP homebrew online store. (Download not currently working)
+
| A WIP repo-based online marketplace for homebrew applications & games.
 
| [[User:filfat|filfat]]
 
| [[User:filfat|filfat]]
| [https://homebrew.filfatstudios.com/download/ Latest]
+
| Build from [https://github.com/DownloadMii/DownloadMii-3DS repo]
 
| Yes
 
| Yes
|
+
| 2015-11-24
 
|-
 
|-
 
| [https://github.com/zeta0134/3ds-homebrew-browser Homebrew Browser]
 
| [https://github.com/zeta0134/3ds-homebrew-browser Homebrew Browser]
 
| Download homebrew from the internet!
 
| Download homebrew from the internet!
| [[User:cromo|cromo]] [[User:zeta0134|zeta0134]]
+
| [[User:cromo|cromo]], [[User:zeta0134|zeta0134]]
| [https://github.com/zeta0134/3ds-homebrew-browser/releases/tag/v0.1 Here]
+
| [https://github.com/zeta0134/3ds-homebrew-browser/releases Here]
 
| Yes
 
| Yes
|
+
| 2015-10-07
 
|-
 
|-
 
| [https://github.com/linoma/fb43ds fb43ds]
 
| [https://github.com/linoma/fb43ds fb43ds]
| This is a simple Facebook's chat client
+
| A simple 3DS Facebook chat client
 
| [[User:linoma|linoma]]
 
| [[User:linoma|linoma]]
| [https://github.com/linoma/fb43ds Here]
+
| Build from [https://github.com/linoma/fb43ds repo]
 
| Yes
 
| Yes
|
+
| 2015-04-07
 
|-
 
|-
 
| [https://github.com/iamevn/for-anyone-who-walks-a-lot for-anyone-who-walks-a-lot]
 
| [https://github.com/iamevn/for-anyone-who-walks-a-lot for-anyone-who-walks-a-lot]
Line 114: Line 126:
 
| [https://github.com/iamevn/for-anyone-who-walks-a-lot/releases Here]
 
| [https://github.com/iamevn/for-anyone-who-walks-a-lot/releases Here]
 
| Yes
 
| Yes
|
+
| 2016-03-26
 
|-
 
|-
 
| [https://github.com/SciresM/ScreenInfo ScreenInfo]
 
| [https://github.com/SciresM/ScreenInfo ScreenInfo]
| Identify whether N3DS LCD panels are TN or IPS.
+
| Identify whether New 3DS LCD panels are TN or IPS.
 
| [[User:SciresM|SciresM]]
 
| [[User:SciresM|SciresM]]
 
| [https://github.com/SciresM/ScreenInfo/releases Here]
 
| [https://github.com/SciresM/ScreenInfo/releases Here]
 
| Yes
 
| Yes
| 2016-9-4 (1.01)
+
| 2016-09-04
 
|}
 
|}
  
===Game Engines===
+
=== Game Engines ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 130: Line 142:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
| [https://gbatemp.net/threads/release-l%C3%B6vepotion-l%C3%96ve-api-for-3ds-homebrew-beta.397559/ LövePotion]
+
| [https://github.com/VideahGams/LovePotion LövePotion]
| An unofficial work in progress implementation of the LÖVE API for 3DS Homebrew
+
| An unofficial WIP implementation of the [https://github.com/love2d-community/love-api LÖVE API] for 3DS Homebrew.
 
| [[User:VideahGams|VideahGams]]
 
| [[User:VideahGams|VideahGams]]
 
| [https://github.com/VideahGams/LovePotion/releases Here]
 
| [https://github.com/VideahGams/LovePotion/releases Here]
| [https://github.com/VideahGams/LovePotion Yes]
+
| Yes
|
+
| 2016-09-12
 
|-
 
|-
| [http://ctrulua.github.io/ ctrµLua]
+
| [https://ctrulua.github.io/ ctrµLua]
| A Lua interpreter for 3DS brought to life by the remnants of the µLua community
+
| A Lua interpreter for 3DS, brought to life by the remnants of the µLua community.
 
| [[User:Firew0lf|Firew0lf]], Reuh, Negi
 
| [[User:Firew0lf|Firew0lf]], Reuh, Negi
 
| [https://github.com/ctruLua/ctruLua/releases Here]
 
| [https://github.com/ctruLua/ctruLua/releases Here]
| [https://github.com/ctruLua/ctruLua Yes]
+
| Yes
|
+
| 2016-06-27
 +
|-
 +
| [https://github.com/Rinnegatamante/lpp-3ds LuaPlayer+ 3DS]
 +
| First Lua interpreter 3DS homebrew, under Lua 5.3.1
 +
| [[User:Rinnegatamante|Rinnegatamante]]
 +
| [https://github.com/Rinnegatamante/lpp-3ds/releases Here]
 +
| Yes
 +
| 2016-09-21
 
|}
 
|}
  
===Games===
+
=== Games ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 154: Line 173:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-100-boxes-2ds.384714/ 100 Boxes 2DS]
 
| [http://gbatemp.net/threads/release-100-boxes-2ds.384714/ 100 Boxes 2DS]
| Simple puzzle game.
+
| A remake of homebrew "100 Boxes puzzle" for DS and GBA.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/100Boxes2DS/100_Boxes_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/100Boxes2DS/100_Boxes_2DS.rar Here]
| Yes
+
| No
|
+
| 2015-11-11
 
|-
 
|-
 
| [https://github.com/MrJPGames/2048-3D 2048-3D]
 
| [https://github.com/MrJPGames/2048-3D 2048-3D]
| "2048 was a big hit not so long ago, and I still see many people at my school playing it. So I thought it would be pretty cool to be able to play 2048 on the go on the 3DS."
+
| A port of the popular game 2048 for the 3DS.
 
| [[User:MrJPGames|Jasper Peters]]
 
| [[User:MrJPGames|Jasper Peters]]
| [https://github.com/MrJPGames/2048-3D/blob/master/2048-3D.3dsx?raw=true Here]
+
| [https://github.com/MrJPGames/2048-3D/releases Here]
 
| Yes
 
| Yes
|
+
| 2016-02-12
 
|-
 
|-
| [https://github.com/smealum/3dscraft 3DSCraft]
+
| ''[https://github.com/smealum/3dscraft 3DSCraft]''
| Minecraft clone.
+
| A Minecraft port for the 3DS. ''No longer under (active) development?''
| [https://twitter.com/smealum smea]
+
| [[User:smea|smea]]
| [http://smealum.github.io/3dscraft/downloads/3dscraft_141120.zip Here]
+
| Build from [https://github.com/smealum/3dscraft repo] (alt. [https://smealum.github.io/3dscraft/downloads/3dscraft_141120.zip here])
 
| Yes
 
| Yes
|
+
| 2014-11-20
 +
|-
 +
| [https://github.com/markwinap/3DS_Nyan_Cat 3DS Nyan Cat]
 +
| A port of Nyan Cat for the 3DS, using <code>LIBSF2D</code>.
 +
| [[User:markwinap|markwinap]]
 +
| Build from [https://github.com/markwinap/3DS_Nyan_Cat repo] (alt. [https://www.dropbox.com/s/e400my3xm0zw74r/nyan_cat.zip?dl=0 here])
 +
| Yes
 +
| 2015-05-26
 
|-
 
|-
 
| [https://gbatemp.net/threads/preview-ld-34-port-antibounce.406361 Antibounce]
 
| [https://gbatemp.net/threads/preview-ld-34-port-antibounce.406361 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."
| TurtleP
+
| [[User:TurtleP|TurtleP]]
 
| [https://github.com/TurtleP/Antibounce/releases Here]
 
| [https://github.com/TurtleP/Antibounce/releases Here]
| [https://github.com/TurtleP/Antibounce Yes]
+
| Yes
|
+
| 2015-12-23
 
|-
 
|-
| [https://github.com/UnsureSherlock/checkers3ds/tree/master checkers3ds]
+
| ''[https://github.com/UnsureSherlock/checkers3ds checkers3ds]''
| A buggy ASCII checkers game
+
| A checkers game in glorious ASCII. ''No longer under development.''
 
| [[User:UnsureSherlock|UnsureSherlock]]
 
| [[User:UnsureSherlock|UnsureSherlock]]
| [http://www.filedropper.com/checkers3ds Here]
+
| Build from [https://github.com/UnsureSherlock/checkers3ds repo]
 +
| Yes
 +
| 2016-02-25
 +
|-
 +
| [https://github.com/Kaisogen/CookieCollector-3DS- Cookie Collector]
 +
| A tiny adaptation of the popular [https://en.wikipedia.org/wiki/Cookie_Clicker Cookie Clicker] game for the 3DS.
 +
| [[User:Kaisogen|Kaisogen]]
 +
| [https://github.com/Kaisogen/CookieCollector-3DS-/tree/master Here] (alt. [http://www.mediafire.com/download/qpojx6avkm6oo18/CookieCollector.zip here])
 
| Yes
 
| Yes
|
+
| 2016-03-30
 +
|-
 +
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS Cookie Clicker 3DS]
 +
| A simple Cookie Clicker type of game inspired by [[User:Kaisogen|Kaisogen]]'s Cookie Collector
 +
| [[User:TheMachinumps|TheMachinumps]]
 +
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS/releases Here]
 +
| Yes
 +
| 2016-08-27
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-drawattack-networked-drawing-game.402291/ DrawAttack]
 
| [https://gbatemp.net/threads/release-drawattack-networked-drawing-game.402291/ DrawAttack]
| Online multiplayer drawing game like pictionary.
+
| Online multiplayer drawing game, like Pictionary.
 
| [[User:Cruel|Cruel]]
 
| [[User:Cruel|Cruel]]
| [https://github.com/Cruel/DrawAttack/releases/latest Here]
+
| [https://github.com/Cruel/DrawAttack/releases Here]
| [https://github.com/Cruel/DrawAttack Yes]
+
| Yes
| 16/Nov/15
+
| 2016-04-17
 
|-
 
|-
| [http://gbatemp.net/threads/release-hamsters-2ds.383457/ Hamsters 2DS]
+
| [https://github.com/masterfeizz/EDuke3D EDuke3D]
| A hamster breeding game in text mode.
+
| An unofficial port of EDuke32 for the 3DS.
 +
| [[User:MasterFeizz|MasterFeizz]]
 +
| [https://github.com/masterfeizz/EDuke3D/releases Here]
 +
| Yes
 +
| 2016-05-09
 +
|-
 +
| [https://gbatemp.net/threads/release-hamsters-2ds.383457/ Hamsters 2DS]
 +
| A text-based hamster breeding game.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Hamsters2DS/Hamsters_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Hamsters2DS/Hamsters_2DS.rar Here]
 
| No
 
| No
|
+
| 2015-11-01
 
|-
 
|-
 
| [https://github.com/BHSPitMonkey/Helii3DS Helii]
 
| [https://github.com/BHSPitMonkey/Helii3DS Helii]
| Fly a helicopter through a 2D tunnel! Ported from the Wii.
+
| A port of [https://github.com/BHSPitMonkey/Helii3D Helii] for the 3DS.
 
| [[User:BHSPitMonkey|BHSPitMonkey]]
 
| [[User:BHSPitMonkey|BHSPitMonkey]]
| [https://github.com/BHSPitMonkey/Helii3DS/releases/ Here]
+
| [https://github.com/BHSPitMonkey/Helii3DS/releases Here]
| [https://github.com/BHSPitMonkey/Helii3DS Yes]
+
| Yes
| 18/Sep/15
+
| 2015-09-18
 
|-
 
|-
| [http://gowengamedev.com/insectoid-defense/ Insectoid Defense]
+
| [https://github.com/sgowen/insectoid-defense Insectoid Defense]
| A Sci-Fi Tower Defense game. This is merely a port of the Android/iOS/Windows Phone version.
+
| A Sci-Fi Tower Defense game.
| [http://www.3dbrew.org/wiki/User:Sgowen sgowen]
+
| [[User:Sgowen|sgowen]]
| [https://github.com/GowenGameDevOpenSource/insectoid-defense/releases/download/v1.0-all/insectoid-defense-3DS.zip Here]
+
| [https://github.com/sgowen/insectoid-defense/releases Here]
| [https://github.com/GowenGameDevOpenSource/insectoid-defense Yes]
+
| Yes
|
+
| 2015-11-09
 
|-
 
|-
| [https://gbatemp.net/threads/videahs-various-stuff.397562/ NumberFucker3DS]
+
| [https://github.com/VideahGams/NumberFucker3DS NumberFucker3DS]
| Simple math game, originally used as a debug game for LövePotion
+
| Simple math game, originally used as a debug game for LövePotion.
 
| [[User:VideahGams|VideahGams]]
 
| [[User:VideahGams|VideahGams]]
 
| [https://github.com/VideahGams/NumberFucker3DS Here]
 
| [https://github.com/VideahGams/NumberFucker3DS Here]
| [https://github.com/VideahGams/NumberFucker3DS Yes]
+
| Yes
|
+
| 2015-09-19
 
|-
 
|-
| [https://gbatemp.net/threads/release-mastermind-3ds.394710/#post-5611660 Mastermind 3DS]
+
| [https://gbatemp.net/threads/release-mastermind-3ds.394710/ Mastermind 3DS]
| Mastermind on 3DS
+
| A port of Mastermind for the 3DS.
 
| [[User:MrJPGames|Jasper Peters]]
 
| [[User:MrJPGames|Jasper Peters]]
| [https://github.com/MrJPGames/Mastermind-3DS/blob/master/Mastermind.zip?raw=true Here]
+
| [https://github.com/MrJPGames/Mastermind-3DS/releases Here]
 
| Yes
 
| Yes
|
+
| 2015-08-15
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-minesweeper-2ds.384185/ Minesweeper 2DS]
 
| [http://gbatemp.net/threads/release-minesweeper-2ds.384185/ Minesweeper 2DS]
| Minesweeper clone.
+
| A port of Minesweeper for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Minesweeper2DS/Minesweeper_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Minesweeper2DS/Minesweeper_2DS.rar Here]
| Yes
+
| No
|
+
| 2015-11-01
 +
|-
 +
| [https://pyug.at/PyWeek/2012-09 One Whale Trip]
 +
| Five-lane underwater whale swimming/pearl pickup adventure game in Python.
 +
| [[User:thp|thp]]
 +
| [https://bitbucket.org/pyugat/pyweek1209/downloads/OneWhaleTrip-2016-07-18-3DS.zip Here]
 +
| [https://bitbucket.org/pyugat/pyweek1209/src/bce5156dbee72f38c4fcf5d7b3df9cfb9ddd5b0a/3ds Yes]
 +
| 2016-10-02
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-paddle-puffle-3ds.392215/ Paddle Puffle 3DS]
 
| [http://gbatemp.net/threads/release-paddle-puffle-3ds.392215/ 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.
| Peanut42
+
| [[User:Peanut42|Peanut42]]
 
| [http://puffles.gatuno.mx/releases/paddlepuffle3ds.zip Here]
 
| [http://puffles.gatuno.mx/releases/paddlepuffle3ds.zip Here]
 
| [https://github.com/gatuno/PaddlePuffle3DS Yes]
 
| [https://github.com/gatuno/PaddlePuffle3DS Yes]
|
+
| 2015-07-05
 
|-
 
|-
 
| [http://david.dantoine.org/proyecto/26/ Pituka Classics]
 
| [http://david.dantoine.org/proyecto/26/ Pituka Classics]
| The goal is to bring CPC classics using my [http://david.dantoine.org/proyecto/4/ Pituka Emulator-Core] as base with new features to your 3DS.
+
| Play CPC classics using [http://david.dantoine.org/proyecto/4/ Pituka Emulator-Core] on 3DS.
 
| [[User:D_Skywalk|D_Skywalk]]
 
| [[User:D_Skywalk|D_Skywalk]]
| [http://david.dantoine.org/descargas/72 Here]
+
| [http://david.dantoine.org/descargas/72 Rick Dangerous] [http://david.dantoine.org/descargas/2 Core]
| Yes (see core)
+
| [http://david.dantoine.org/descargas/4 Yes (core)]
|
+
| 2016-02-26
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-pixel-shuffle-2ds.398540/ Pixel Shuffle 2DS]
 
| [http://gbatemp.net/threads/release-pixel-shuffle-2ds.398540/ Pixel Shuffle 2DS]
| Puzzle game.
+
| An adaptation of the puzzle game [http://www.gimme5games.com/play-game/pixelshuffle Pixel Shuffle] for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelShuffle2DS/Pixel_Shuffle_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelShuffle2DS/Pixel_Shuffle_2DS.rar Here]
| Yes
+
| No
|
+
| 2015-11-01
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-pixel-swap-2ds.395749/ Pixel Swap 2DS]
 
| [http://gbatemp.net/threads/release-pixel-swap-2ds.395749/ Pixel Swap 2DS]
| Relaxing Puzzle game.
+
| An adaptation of puzzle games Pixel Swap 1 & 2 for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelSwap2DS/Pixel_Swap_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/PixelSwap2DS/Pixel_Swap_2DS.rar Here]
| Yes
+
| 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.
| [https://twitter.com/smealum smea]
+
| [[User:smea|smea]]
| [http://www.mediafire.com/file/yo463wt6y4tybch/portal3DS.rar Here]
+
| Build from [https://github.com/smealum/portal3DS repo] (alt. [http://www.mediafire.com/file/yo463wt6y4tybch/portal3DS.rar here])
| [https://github.com/smealum/portal3DS Yes]
+
| Yes
|
+
| 2015-08-18
 +
|-
 +
| [https://github.com/masterfeizz/ctrQuake ctrQuake]
 +
| An unofficial port of Quake for the 3DS, fully playable.
 +
| [[User:MasterFeizz|MasterFeizz]]
 +
| [https://github.com/masterfeizz/ctrQuake/releases Here]
 +
| Yes
 +
| 2016-09-16
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-reversi-othello-for-3ds.395442/ Reversi]
 
| [https://gbatemp.net/threads/release-reversi-othello-for-3ds.395442/ Reversi]
Line 280: Line 341:
 
| [[User:MrJPGames|Jasper Peters]]
 
| [[User:MrJPGames|Jasper Peters]]
 
| [https://github.com/MrJPGames/Othello-3DS/releases Here]
 
| [https://github.com/MrJPGames/Othello-3DS/releases Here]
| [https://github.com/MrJPGames/Othello-3DS Yes]
+
| Yes
|
+
| 2016-03-05
 +
|-
 +
| [https://github.com/landm2000/sokoban Sokoban]
 +
| An unofficial port of the puzzle game [https://en.wikipedia.org/wiki/Sokoban Sokoban] for the 3DS.
 +
| [[User:Landm|Landm]]
 +
| [https://github.com/landm2000/sokoban/tree/master Here]
 +
| Yes
 +
| 2016-03-14
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-space-fruit.399088/ Space Fruit]
 
| [https://gbatemp.net/threads/release-space-fruit.399088/ Space Fruit]
| Hackathon game by 4 friends ported to 3DS. Asteroids but with fruit (kinda)
+
| Hackathon game by 4 friends ported to 3DS. Asteroids but with fruit.
| TurtleP
+
| [[User:TurtleP|TurtleP]]
| [https://github.com/TurtleP/Space_Fruit/releases Here]
+
| [https://github.com/TurtleP/SpaceFruit/releases Here]
| [https://github.com/TurtleP/Space_Fruit/tree/3DS Yes]
+
| Yes
|
+
| 2016-04-09
 
|-
 
|-
| [http://gowengamedev.com/tappy-plane/ Tappy Plane]
+
| [https://github.com/sgowen/tappy-plane Tappy Plane]
| A Flappy Bird clone, but with a colorful plane. This is merely a port of the Android/iOS/Windows Phone version.
+
| A port of [https://en.wikipedia.org/wiki/Flappy_Bird Flappy Bird] for 3DS, but with a colorful plane.
| [http://www.3dbrew.org/wiki/User:Sgowen sgowen]
+
| [[User:Sgowen|sgowen]]
| [https://github.com/GowenGameDevOpenSource/tappy-plane/releases/download/v1.0-all/tappy-plane-3DS.zip Here]
+
| [https://github.com/sgowen/tappy-plane/releases Here]
| [https://github.com/GowenGameDevOpenSource/tappy-plane Yes]
+
| Yes
|
+
| 2015-11-09
 +
|-
 +
| [https://thp.itch.io/tetrepetete-3ds Tetrepetete 3DS]
 +
| A game with blocks.
 +
| [[User:thp|thp]]
 +
| [https://thp.itch.io/tetrepetete-3ds Here]
 +
| No
 +
| 2016-06-29
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-tilemap-2ds.386733/ TileMap 2DS]
 
| [http://gbatemp.net/threads/release-tilemap-2ds.386733/ TileMap 2DS]
| Puzzle game.
+
| An adaptation of the puzzle game TileMap for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/TileMap2DS/TileMap_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/TileMap2DS/TileMap_2DS.rar Here]
| Yes
+
| No
|
+
| 2015-11-03
 
|-
 
|-
 
| [http://gbatemp.net/threads/release-tiles-2ds.385796/ Tiles 2DS]
 
| [http://gbatemp.net/threads/release-tiles-2ds.385796/ Tiles 2DS]
| Puzzle game, Lights Out Like.
+
| An adaptation of the puzzle game Lights Out for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Tiles2DS/Tiles_2DS.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Tiles2DS/Tiles_2DS.rar Here]
| Yes
+
| No
|
+
| 2015-11-01
 +
|-
 +
| [https://thp.itch.io/that-rabbit-game-3ds That Rabbit Game 3DS]
 +
| Inverse duck hunt with accelerometer input and stereoscopic 3D.
 +
| [[User:thp|thp]]
 +
| [https://thp.itch.io/that-rabbit-game-3ds Here]
 +
| No
 +
| 2016-07-04
 
|-
 
|-
 
| [http://gbatemp.net/threads/trucmuche-2ds-09.404859// Trucmuche 2DS 09]
 
| [http://gbatemp.net/threads/trucmuche-2ds-09.404859// Trucmuche 2DS 09]
| Hidden Objects.
+
| An adaptation of the hidden objects game Trucmuche for the 3DS.
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [[User:Cid2mizard|Cid2mizard]]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Trucmuche2DS09/Trucmuche_2DS_09.rar Here]
 
| [http://3ds.nintendomax.com/Homebrews/Jeux/Trucmuche2DS09/Trucmuche_2DS_09.rar Here]
| Yes
+
| No
|
+
| 2015-12-03
 
|-
 
|-
 
| [https://github.com/Steveice10/WorldOf3DSand World of 3DSand]
 
| [https://github.com/Steveice10/WorldOf3DSand World of 3DSand]
| World of Sand clone.
+
| A port of World of Sand for the 3DS.
 
| [[User:Steveice10|Steveice10]]
 
| [[User:Steveice10|Steveice10]]
| [https://github.com/Steveice10/WorldOf3DSand/releases/ Here]
+
| [https://github.com/Steveice10/WorldOf3DSand/releases Here]
 
| Yes
 
| Yes
|
+
| 2016-07-12
 
|-
 
|-
 
| [https://github.com/smealum/yeti3DS Yeti3DS]
 
| [https://github.com/smealum/yeti3DS Yeti3DS]
 
| A quick and dirty port of Derek Evans' Yeti3D software rendering engine.
 
| A quick and dirty port of Derek Evans' Yeti3D software rendering engine.
| [https://twitter.com/smealum smea]
+
| [[User:smea|smea]]
| N/A
+
| Build from [https://github.com/smealum/yeti3DS repo]
 
| Yes
 
| Yes
|
+
| 2015-08-07
|-
 
| [https://github.com/masterfeizz/ctrQuake ctrQuake]
 
| Unofficial port of Quake for the 3DS, fully playable.
 
| [https://twitter.com/masterfeizz MasterFeizz]
 
| [https://github.com/masterfeizz/ctrQuake/releases/ Here]
 
| Yes
 
|
 
|-
 
| [https://github.com/masterfeizz/EDuke3D EDuke3D]
 
| Unofficial port of EDuke32 for the Nintendo 3DS
 
| [https://twitter.com/masterfeizz MasterFeizz]
 
| [https://github.com/masterfeizz/EDuke3D/releases/ Here]
 
| Yes
 
|
 
|-
 
| [https://github.com/landm2000/sokoban Sokoban]
 
| Puzzle game. Unofficial port of Sokoban for the Nintendo 3DS
 
| [https://www.3dbrew.org/wiki/User:Landm Landm]
 
| [https://github.com/landm2000/sokoban Here]
 
| Yes
 
|
 
|-
 
| [https://github.com/Kaisogen/CookieCollector-3DS- Cookie Collector]
 
| Cookie Collector game. Very tiny and not much in it. Good car trip or time waster game. On version 1.2 as of now.
 
| [https://twitter.com/Kaisogen Kaisogen]
 
| [http://www.mediafire.com/download/qpojx6avkm6oo18/CookieCollector.zip Here]
 
| Yes
 
| 4/5/2016
 
|-
 
| [https://thp.itch.io/tetrepetete-3ds Tetrepetete 3DS]
 
| A game with blocks.
 
| [[User:thp|thp]]
 
| [https://thp.itch.io/tetrepetete-3ds Here]
 
| No
 
|
 
|-
 
| [https://thp.itch.io/that-rabbit-game-3ds That Rabbit Game 3DS]
 
| Inverse duck hunt with accelerometer input and stereoscopic 3D.
 
| [[User:thp|thp]]
 
| [https://thp.itch.io/that-rabbit-game-3ds Here]
 
| No
 
|
 
|-
 
| [https://pyug.at/PyWeek/2012-09 One Whale Trip]
 
| Five-lane underwater whale swimming/pearl pickup adventure game in Python.
 
| [[User:thp|thp]]
 
| [https://bitbucket.org/pyugat/pyweek1209/downloads/OneWhaleTrip-2016-07-18-3DS.zip Here]
 
| [https://bitbucket.org/pyugat/pyweek1209/src/default/3ds/ Yes]
 
|
 
|-
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS/ Cookie Clicker 3DS]
 
| A simple Cookie Clicker type of game inspired by [https://twitter.com/Kaisogen Kaisogen]'s Cookie Collector
 
| [[User:TheMachinumps|TheMachinumps]]
 
| [https://github.com/TheMachinumps/Cookie_Clicker_3DS/releases/download/v1.0/Cookie.Clicker.3DS.zip Here]
 
| Yes
 
|
 
 
|-
 
|-
 
|}
 
|}
  
===Emulators===
+
=== Emulators ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 396: Line 422:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
| [https://github.com/st4rk/3DNES 3DNES]
+
| ''[https://github.com/st4rk/3DNES 3DNES]''
| An NES emulator. (No longer being worked on)
+
| A NES emulator, without sound support. ''No longer under development.''
| St4rk
+
| st4rk, gdkChan
| [http://filetrip.net/3ds-downloads/homebrew/dl-3dnes-1-2-f32931.html Here]
+
| [https://github.com/St4rk/3DNES/raw/master/3DNES_old.3dsx Here]
 
| Yes
 
| Yes
| March 2015
+
| 2015-03-28
 
|-
 
|-
 
| [http://asie.pl/homebrew atari800-3DS]
 
| [http://asie.pl/homebrew atari800-3DS]
 
| An Atari 8-bit home computer emulator.
 
| An Atari 8-bit home computer emulator.
 
| asie
 
| asie
| [http://asie.pl/homebrew Here]
+
| [http://asie.pl/atari800-3ds-0.1.1.zip Here]
| Yes
+
| [https://github.com/asiekierka/atari800-3ds Yes]
| 2016-7-23 (0.1.1)
+
| 2016-07-24
 
|-
 
|-
 
| [https://github.com/StapleButter/blargSnes blargSnes]
 
| [https://github.com/StapleButter/blargSnes blargSnes]
| A Super Nintendo emulator. A compatibility list can be found [http://wiki.gbatemp.net/wiki/BlargSnes_Compatibility_List here].
+
| A Super Nintendo (SNES) emulator. A compatibility list can be found [http://wiki.gbatemp.net/wiki/BlargSnes_Compatibility_List here].
 
| StapleButter
 
| StapleButter
| [http://kuribo64.net/get.php?id=fYRTHLeS0pR3DXFw Here]
+
| [http://blargsnes.kuribo64.net/download/blargSnes_1.3b.zip Here]
 
| Yes
 
| Yes
| May 2015
+
| 2015-06-12
 
|-
 
|-
 
| [https://github.com/xerpi/CHIP-3DS CHIP-3DS]
 
| [https://github.com/xerpi/CHIP-3DS CHIP-3DS]
 
| A simple and slow CHIP-8 emulator.
 
| A simple and slow CHIP-8 emulator.
 
| xerpi
 
| xerpi
| [https://www.mediafire.com/?y94yjhzf70fsfsi Here]
+
| Build from [https://github.com/xerpi/CHIP-3DS repo] (alt. [https://www.mediafire.com/?y94yjhzf70fsfsi here])
 
| Yes
 
| Yes
| March 2015
+
| 2015-04-02
 
|-
 
|-
| [https://gbatemp.net/threads/chip8-3ds.434425/ CHIP8-3DS]
+
| [https://gbatemp.net/threads/chip8-3ds.434425/ CHIP8-2DS]
 
| CHIP-8 emulator with savestates and touch controls.
 
| CHIP-8 emulator with savestates and touch controls.
| xerpi
+
| nopy4869
 
| [https://github.com/nopy4869/CHIP8-2DS/releases Here]
 
| [https://github.com/nopy4869/CHIP8-2DS/releases Here]
 
| Yes
 
| Yes
| 2016-7-20
+
| 2016-07-20
 
|-
 
|-
 
| [https://github.com/shinyquagsire23/gpsp CitrAGB]
 
| [https://github.com/shinyquagsire23/gpsp CitrAGB]
| Yet another GBA emulator.
+
| Yet another GBA emulator for the 3DS.
| shinyquagsire23
+
| [[User:shinyquagsire23|Shiny Quagsire]]
| [https://www.dropbox.com/s/sxb7x34u58g4zo2/3ds.3dsx?dl=0 Here]
+
| Build from [https://github.com/shinyquagsire23/gpsp/tree/master/3ds repo] (alt. [https://www.dropbox.com/s/sxb7x34u58g4zo2/3ds.3dsx?dl=0 here])
 
| Yes
 
| Yes
| September 2015
+
| 2015-09-21
 
|-
 
|-
 
| [https://easy-rpg.org/blog/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
 
| [https://easy-rpg.org/blog/2016/05/player-for-nintendo-3ds/ EasyRPG Player]
 
| RPG Maker 2000/2003 interpreter
 
| RPG Maker 2000/2003 interpreter
| Rinnegatamante & EasyRPG Team
+
| [[User:Rinnegatamante|Rinnegatamante]] & EasyRPG Team
| [https://easy-rpg.org/player/downloads/ Here]
+
| [https://easyrpg.org/player/downloads/ Here]
| Yes
+
| [https://github.com/EasyRPG/Player Yes]
| May 2016
+
| 2016-10-14
 
|-
 
|-
| [https://github.com/Steveice10/GameYob/ GameYob]
+
| [https://github.com/Steveice10/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/Steveice10/GameYob/releases Here]
 
| Yes
 
| Yes
| November 2015
+
| 2016-07-17
 +
|-
 +
| [https://github.com/mgba-emu/mgba mGBA]
 +
| A GBA emulator that runs well without kernel hax.
 +
| endrift
 +
| [https://mgba.io/downloads.html Here]
 +
| Yes
 +
| 2016-10-13
 
|-
 
|-
 
| [https://github.com/mrdanielps/r3Ddragon r3Ddragon]
 
| [https://github.com/mrdanielps/r3Ddragon r3Ddragon]
| A virtual boy emulator.
+
| A WIP Virtual Boy emulator for the 3DS based on Reality Boy / Red Dragon.
 
| mrdanielps
 
| mrdanielps
| [https://github.com/mrdanielps/r3Ddragon/releases/download/v0.85-preview.1/r3Ddragon.cia Here]
+
| [https://github.com/mrdanielps/r3Ddragon/releases Here]
 
| Yes
 
| Yes
| October 2015
+
| 2016-08-16
 
|-
 
|-
 
| [https://github.com/libretro/RetroArch RetroArch]
 
| [https://github.com/libretro/RetroArch RetroArch]
Line 474: Line 507:
 
| [https://github.com/bubble2k16/snes9x_3ds/releases Here]
 
| [https://github.com/bubble2k16/snes9x_3ds/releases Here]
 
| Yes
 
| Yes
| Sep 2016. Active development
+
| 2016-10-15
 
|-
 
|-
| [https://github.com/mgba-emu/mgba mGBA]
 
| A GBA emulator that runs well without kernel hax.
 
| endrift
 
| [https://mgba.io/downloads.html Here]
 
| Yes
 
| Sep 2016. Active development
 
 
|}
 
|}
  
Line 490: Line 517:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
 
| [https://github.com/Steveice10/FBI FBI]
 
| [https://github.com/Steveice10/FBI FBI]
Line 498: Line 525:
 
| [https://github.com/Steveice10/FBI/releases?after=2.0.0 Here]
 
| [https://github.com/Steveice10/FBI/releases?after=2.0.0 Here]
 
| Yes
 
| Yes
| 2015-12-2 (1.4.17)
+
| 2015-12-02
 
|-
 
|-
 
| [https://github.com/Steveice10/FBI FBI 2]
 
| [https://github.com/Steveice10/FBI FBI 2]
 
| Multipurpose file/title/ticket/save manager
 
| Multipurpose file/title/ticket/save manager
 
| [[User:Steveice10|Steveice10]]
 
| [[User:Steveice10|Steveice10]]
| [https://github.com/Steveice10/FBI/releases/ Here]
+
| [https://github.com/Steveice10/FBI/releases Here]
 
| Yes
 
| Yes
| Undergoing rapid development.
+
| 2016-09-24
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ NASA]
 
| [https://gbatemp.net/threads/release-nasa-universal-cia-manager-for-fw-4-1-10-3.409806/ NASA]
Line 512: Line 539:
 
| [http://rinnegatamante.it/site/3ds_hbs.php Here]
 
| [http://rinnegatamante.it/site/3ds_hbs.php Here]
 
| No
 
| No
| 2016-4-13 (1.6)
+
| 2016-04-13
 
|}
 
|}
  
===Save managers===
+
=== Save managers===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 521: Line 548:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
| save_manager
+
| [https://gbatemp.net/threads/save-data-manager-and-editor-for-firmware-up-to-9-9.396245/ save_manager]
 
| 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]
 
| [http://gbatemp.net/attachments/save_manager_-with_smdh-zip.24349/ Here]
 
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Yes]
 
| [https://gist.github.com/profi200/d0d092c11d0eb0692748 Yes]
| 2015-9-13
+
| 2015-09-13
 
|-
 
|-
 
| [https://github.com/meladroit/svdt svdt]
 
| [https://github.com/meladroit/svdt svdt]
Line 536: Line 563:
 
| [https://github.com/meladroit/svdt/releases Here]
 
| [https://github.com/meladroit/svdt/releases Here]
 
| Yes
 
| Yes
| 2015-10-16 (0.10.42d)
+
| 2015-10-16
 
|-
 
|-
 
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ JK's Save Manager]
 
| [https://gbatemp.net/threads/release-jks-savemanager-homebrew-cia-save-manager.413143/ JK's Save Manager]
Line 543: Line 570:
 
| [https://github.com/J-D-K/JKSM/releases Here]
 
| [https://github.com/J-D-K/JKSM/releases Here]
 
| Yes
 
| Yes
| 2016-6-30
+
| 2016-09-29
 
|}
 
|}
  
===File servers===
+
=== File servers ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 552: Line 579:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
 
| [https://github.com/mtheall/ftpd ftpd (ftBrony)]
 
| [https://github.com/mtheall/ftpd ftpd (ftBrony)]
Line 560: Line 587:
 
| [https://github.com/mtheall/ftpd/releases Here]
 
| [https://github.com/mtheall/ftpd/releases Here]
 
| Yes
 
| Yes
|
+
| 2016-09-17
 
|-
 
|-
| [https://github.com/iamevn/FTP-3DS FTP-3DS]
+
| ''[https://github.com/iamevn/FTP-3DS FTP-3DS]''
| Fork of ftBRONY with a Nintendo theme.
+
| Fork of ftBrony with a Nintendo theme. ''No longer under development and without repo.''
 
| [[User:iamevn|iamevn]]
 
| [[User:iamevn|iamevn]]
| [https://github.com/iamevn/FTP-3DS/releases Here]
+
| N/A
 +
| Yes (''No source officially available.'')
 +
| N/A
 +
|-
 +
| [https://github.com/FloatingStar/FTP-GMX FTP - Graphic ModifierX Edition]
 +
| Fork of ftpd with aesthetic modifications.
 +
| [[User:FloatingStar|FloatingStar]]
 +
| [https://github.com/FloatingStar/FTP-GMX/releases Here]
 
| Yes
 
| Yes
|
+
| 2016-01-27
 
|-
 
|-
| [https://github.com/smealum/ftPONY ftPONY]
+
| [https://github.com/smealum/ftpony ftpony]
| A basic FTP server, useful for testing new homebrew versions without swapping the SD card.
+
| 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]]
| [https://mega.co.nz/#!nchBkL7B!T3vXnX4q8Uwp6APYYTDSZi2bkm25la-Qyz6j4CjsllI Here]
+
| Build from [https://github.com/smealum/ftpony repo] (alt. [https://mega.co.nz/#!nchBkL7B!T3vXnX4q8Uwp6APYYTDSZi2bkm25la-Qyz6j4CjsllI here])
 
| Yes
 
| Yes
|
+
| 2014-11-24
 
|}
 
|}
  
===Icon Packs===
+
=== Icon Packs ===
Icon Packs are SMDH Packs for homebrew apps
+
Icon Packs are <code>SMDH</code> Packs for homebrew apps.
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 586: Line 620:
 
!  width="10%" | Last Updated
 
!  width="10%" | Last Updated
 
|-
 
|-
|Simplok
+
| [https://gbatemp.net/threads/icon-pack-simplok-for-the-homebrew-launcher.396750/ Simplok]
|The first 3DS Icon pack.
+
| The first 3DS Icon pack.
|link6155
+
| [[User:link6155|link6155]]
|[http://1drv.ms/1EJCq2e Download]
+
| [http://1drv.ms/1EJCq2e Here]
| 7 September 2015
+
| 2015-09-12
 
|-
 
|-
|1LP
+
| ''[https://gbatemp.net/threads/1lp-icon-pack.402018/ 1LP]''
|Cool Icon Pack!.
+
| Another 3DS Icon pack. ''Repo is dead, no alternate downloads available.''
|[[User:100pcrack|100pcrack]]
+
| [[User:100pcrack|100pcrack]]
|[http://github.com/100pcrack/1LP/releases Releases]
+
| N/A
| 27 November 2015
+
| 2015-12-22
 
|-
 
|-
|Modern UI
+
| [https://gbatemp.net/threads/icon-pack-modern-ui.404366/ Modern UI]
|A simple icon pack with a flat and minimalist design.
+
| A simple icon pack with a flat and minimalist design.
|[https://gbatemp.net/members/louch-%E9%9B%AA-daishiteru.371920/ LouchDaishiteru]
+
| [[User:LouchDaishiteru|LouchDaishiteru]]
|[https://gbatemp.net/threads/icon-pack-modern-ui.404366/ Download]
+
| [https://gbatemp.net/threads/icon-pack-modern-ui.404366/ Here]
| 20 January 2016
+
| 2016-02-15
 
|}
 
|}
  
===Demos===
+
=== Demos ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="20%" | Name
Line 611: Line 645:
 
!  width="10%" | Author
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Download
!  width="10%" | Open-Source
+
!  width="5%" | Open-Source
!  width="10%" | Last Updated
+
!  width="15%" | Last Updated
 
|-
 
|-
 
| cubedemo
 
| cubedemo
| A short demo of Homebrew on 3ds with working sound.
+
| A short demo of Homebrew on the 3DS, with working sound.
 
| [[User:plutoo|plutoo]]
 
| [[User:plutoo|plutoo]]
 
| [https://mega.co.nz/#!KUQFiQYA!pv8HDEyrmuX6Eyw2hW0opL7gf9Ztmjd9J5pPsvs_rD4 Here]
 
| [https://mega.co.nz/#!KUQFiQYA!pv8HDEyrmuX6Eyw2hW0opL7gf9Ztmjd9J5pPsvs_rD4 Here]
 
| No
 
| No
|
+
| N/A
 
|-
 
|-
 
| Spine 2D
 
| Spine 2D
| Demo of [http://esotericsoftware.com/ Spine] 2D skeletal animations
+
| Demo of [http://esotericsoftware.com/ Spine]'s 2D skeletal animations
 
| [[User:Cruel|Cruel]]
 
| [[User:Cruel|Cruel]]
| [https://mega.nz/#!Xg411B5R!kcVHP69Ilggmjh4q5OYmr2cFvf5UGdHWA98-_VttDTo 3DSX] [https://mega.nz/#!z8gxHSQb!H0as1A4wqYrdKBhXJwdYik7nPd_msXJhz5N1CeZm1Iw CIA]
+
| [https://mega.nz/#!Xg411B5R!kcVHP69Ilggmjh4q5OYmr2cFvf5UGdHWA98-_VttDTo 3DSX]; [https://mega.nz/#!z8gxHSQb!H0as1A4wqYrdKBhXJwdYik7nPd_msXJhz5N1CeZm1Iw CIA]
 
| No
 
| No
|
+
| N/A
 
|-
 
|-
| demo ou mourir
+
| [http://www.pouet.net/prod.php?which=66607 demo ou mourir]
 
| Small demo for the 3DS with music and 2D effects
 
| Small demo for the 3DS with music and 2D effects
 
| Desire
 
| Desire
| [http://www.pouet.net/prod.php?which=66607 Pouet]
+
| [http://mudlord.info/democrap/dsr_demooumourir.zip Here]
 
| No
 
| No
 
| November 2015
 
| November 2015
|}
 
 
===Alternate Launchers===
 
{| class="wikitable" border="1"
 
!  width="20%" | Name
 
!  width="50%" | Description
 
!  width="10%" | Author
 
!  width="10%" | Download
 
!  width="10%" | Open-Source
 
|-
 
| Mashers HBL
 
| Homebrew Launcher with a grid and folders support.
 
| [[User:Mashers|Mashers]]
 
| [http://gbatemp.net/threads/release-homebrew-launcher-with-grid-layout.397527/ Here]
 
| No
 
 
|}
 
|}

Revision as of 17:53, 15 October 2016

Installing

Applications are installed by copying the necessary files directly to the 3ds/ folder in the root of the SD card, or in a subdirectory of 3ds/, in which case said subfolder must be named identically to its executable. Most applications come with two files:

  • [appname].3dsx: The executable.
  • [appname].smdh: The icon/metadata. (Not required in any case, and may be integrated into the .3dsx)
  • [appname].xml: The list of supported targets, i.e. installed titles which the app supports replacing in memory at runtime, thus inheriting its permissions. (Optional)

The Homebrew Launcher will scan the SD card for all .3dsx 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.

List

Launchers

Official Launcher

Name Description Author Download Open-Source
Homebrew Launcher Run homebrew on your 3DS! smea Here Yes
Homebrew Starter Pack Everything to get you started. smea Here Yes

Alternate Launchers

Name Description Author Install Open-Source Last Updated
Mashers' HBL Homebrew Launcher with grid and folder support. Mashers Here Yes 2016-02-25

Applications

Name Description Author Download Open-Source Last Updated
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. yellows8 Here Yes 2015-08-17
3dsfetch Small 3DS version of a popular Linux ricing script called screenfetch. VideahGams Here Yes 2015-09-17
Brainfudge An alpha brainfuck interpreter. No longer under development and without repo. V0idst4r Here (legacy) Yes (No source officially available.) 2015-12-22
ctrrpc A small and easily extensible RPC server/client written in C/Python. Allows you to quickly poke service-commands and syscalls over Wi-Fi from a Python shell on your PC. Useful during reverse-engineering. No longer under (active) development? plutoo Build from repo Yes 2014-11-10
ctr-streaming-server A 3DS homebrew audio/video playback server. It can also send HID state to the client (see the README) when enabled. The included parse_hidstream tool can be used to parse that HID data to simulate keyboard/mouse input events, via Linux uinput. No longer under (active) development? yellows8 Build from repo Yes 2014-11-20
Custom Home Menu Manager 2 Theme manager for Nintendo 3DS. Rinnegatamante Here Yes 2016-07-04
DownloadMii A WIP repo-based online marketplace for homebrew applications & games. filfat Build from repo Yes 2015-11-24
Homebrew Browser Download homebrew from the internet! cromo, zeta0134 Here Yes 2015-10-07
fb43ds A simple 3DS Facebook chat client linoma Build from repo Yes 2015-04-07
for-anyone-who-walks-a-lot Tool to get past the 10 coin per day limit on earning Play Coins by walking. iamevn Here Yes 2016-03-26
ScreenInfo Identify whether New 3DS LCD panels are TN or IPS. SciresM Here Yes 2016-09-04

Game Engines

Name Description Author Download Open-Source Last Updated
LövePotion An unofficial WIP implementation of the LÖVE API for 3DS Homebrew. VideahGams Here Yes 2016-09-12
ctrµLua A Lua interpreter for 3DS, brought to life by the remnants of the µLua community. Firew0lf, Reuh, Negi Here Yes 2016-06-27
LuaPlayer+ 3DS First Lua interpreter 3DS homebrew, under Lua 5.3.1 Rinnegatamante Here Yes 2016-09-21

Games

Name Description Author Download Open-Source Last Updated
100 Boxes 2DS A remake of homebrew "100 Boxes puzzle" for DS and GBA. Cid2mizard Here No 2015-11-11
2048-3D A port of the popular game 2048 for the 3DS. Jasper Peters Here Yes 2016-02-12
3DSCraft A Minecraft port for the 3DS. No longer under (active) development? smea Build from repo (alt. here) Yes 2014-11-20
3DS Nyan Cat A port of Nyan Cat for the 3DS, using LIBSF2D. markwinap Build from repo (alt. here) Yes 2015-05-26
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." TurtleP Here Yes 2015-12-23
checkers3ds A checkers game in glorious ASCII. No longer under development. UnsureSherlock Build from repo Yes 2016-02-25
Cookie Collector A tiny adaptation of the popular Cookie Clicker game for the 3DS. Kaisogen Here (alt. here) Yes 2016-03-30
Cookie Clicker 3DS A simple Cookie Clicker type of game inspired by Kaisogen's Cookie Collector TheMachinumps Here Yes 2016-08-27
DrawAttack Online multiplayer drawing game, like Pictionary. Cruel Here Yes 2016-04-17
EDuke3D An unofficial port of EDuke32 for the 3DS. MasterFeizz Here Yes 2016-05-09
Hamsters 2DS A text-based hamster breeding game. Cid2mizard Here No 2015-11-01
Helii A port of Helii for the 3DS. BHSPitMonkey Here Yes 2015-09-18
Insectoid Defense A Sci-Fi Tower Defense game. sgowen Here Yes 2015-11-09
NumberFucker3DS Simple math game, originally used as a debug game for LövePotion. VideahGams Here Yes 2015-09-19
Mastermind 3DS A port of Mastermind for the 3DS. Jasper Peters Here Yes 2015-08-15
Minesweeper 2DS A port of Minesweeper for the 3DS. Cid2mizard Here No 2015-11-01
One Whale Trip Five-lane underwater whale swimming/pearl pickup adventure game in Python. thp Here Yes 2016-10-02
Paddle Puffle 3DS A port of Paddle Puffle for the 3DS. Peanut42 Here Yes 2015-07-05
Pituka Classics Play CPC classics using Pituka Emulator-Core on 3DS. D_Skywalk Rick Dangerous Core Yes (core) 2016-02-26
Pixel Shuffle 2DS An adaptation of the puzzle game Pixel Shuffle for the 3DS. Cid2mizard Here No 2015-11-01
Pixel Swap 2DS An adaptation of puzzle games Pixel Swap 1 & 2 for the 3DS. Cid2mizard Here No 2015-11-01
Portal3DS An adaptation of Portal for the 3DS. smea Build from repo (alt. here) Yes 2015-08-18
ctrQuake An unofficial port of Quake for the 3DS, fully playable. MasterFeizz Here Yes 2016-09-16
Reversi Reversi for the 3DS. Jasper Peters Here Yes 2016-03-05
Sokoban An unofficial port of the puzzle game Sokoban for the 3DS. Landm Here Yes 2016-03-14
Space Fruit Hackathon game by 4 friends ported to 3DS. Asteroids but with fruit. TurtleP Here Yes 2016-04-09
Tappy Plane A port of Flappy Bird for 3DS, but with a colorful plane. sgowen Here Yes 2015-11-09
Tetrepetete 3DS A game with blocks. thp Here No 2016-06-29
TileMap 2DS An adaptation of the puzzle game TileMap for the 3DS. Cid2mizard Here No 2015-11-03
Tiles 2DS An adaptation of the puzzle game Lights Out for the 3DS. Cid2mizard Here No 2015-11-01
That Rabbit Game 3DS Inverse duck hunt with accelerometer input and stereoscopic 3D. thp Here No 2016-07-04
Trucmuche 2DS 09 An adaptation of the hidden objects game Trucmuche for the 3DS. Cid2mizard Here No 2015-12-03
World of 3DSand A port of World of Sand for the 3DS. Steveice10 Here Yes 2016-07-12
Yeti3DS A quick and dirty port of Derek Evans' Yeti3D software rendering engine. smea Build from repo Yes 2015-08-07

Emulators

Name Description Author Download Open-Source Last Updated
3DNES A NES emulator, without sound support. No longer under development. st4rk, gdkChan Here Yes 2015-03-28
atari800-3DS An Atari 8-bit home computer emulator. asie Here Yes 2016-07-24
blargSnes A Super Nintendo (SNES) emulator. A compatibility list can be found here. StapleButter Here Yes 2015-06-12
CHIP-3DS A simple and slow CHIP-8 emulator. xerpi Build from repo (alt. here) Yes 2015-04-02
CHIP8-2DS CHIP-8 emulator with savestates and touch controls. nopy4869 Here Yes 2016-07-20
CitrAGB Yet another GBA emulator for the 3DS. Shiny Quagsire Build from repo (alt. here) Yes 2015-09-21
EasyRPG Player RPG Maker 2000/2003 interpreter Rinnegatamante & EasyRPG Team Here Yes 2016-10-14
GameYob A Game Boy (Color) emulator. A compatibility list can be found here. Drenn/Steveice10 Here Yes 2016-07-17
mGBA A GBA emulator that runs well without kernel hax. endrift Here Yes 2016-10-13
r3Ddragon A WIP Virtual Boy emulator for the 3DS based on Reality Boy / Red Dragon. mrdanielps Here Yes 2016-08-16
RetroArch A multisystem emulator. (GB, GBA, SNES, Genesis, CPS1, CPS2, etc.) libretro Here Yes Undergoing rapid development.
SNES9x for 3DS A SNES emulator for the old 3DS / 2DS. Optimised from Snes9x 1.43 and runs many games at full speed. Compatibility list here bubble2k16 Here Yes 2016-10-15

Title managers

Name Description Author Download Open-Source Last Updated
FBI Open source CIA (un)installer and launcher. Steveice10 Here Yes 2015-12-02
FBI 2 Multipurpose file/title/ticket/save manager Steveice10 Here Yes 2016-09-24
NASA Universal CIA Manager for FWs 4.1 - 10.7 Rinnegatamante Here No 2016-04-13

Save managers

Name Description Author Download Open-Source Last Updated
save_manager Proof of concept save exporter/importer profi200 Here Yes 2015-09-13
svdt Save Data Explorer/Manager meladroit Here Yes 2015-10-16
JK's Save Manager Save/Extdata Manager JK_ Here Yes 2016-09-29

File servers

Name Description Author Download Open-Source Last Updated
ftpd (ftBrony) A FTP server. mtheall Here Yes 2016-09-17
FTP-3DS Fork of ftBrony with a Nintendo theme. No longer under development and without repo. iamevn N/A Yes (No source officially available.) N/A
FTP - Graphic ModifierX Edition Fork of ftpd with aesthetic modifications. FloatingStar Here Yes 2016-01-27
ftpony A basic FTP server, useful for testing new homebrew versions without swapping the SD card. No longer under (active) development? smea Build from repo (alt. here) Yes 2014-11-24

Icon Packs

Icon Packs are SMDH Packs for homebrew apps.

Name Description Author Download Last Updated
Simplok The first 3DS Icon pack. link6155 Here 2015-09-12
1LP Another 3DS Icon pack. Repo is dead, no alternate downloads available. 100pcrack N/A 2015-12-22
Modern UI A simple icon pack with a flat and minimalist design. LouchDaishiteru Here 2016-02-15

Demos

Name Description Author Download Open-Source Last Updated
cubedemo A short demo of Homebrew on the 3DS, with working sound. plutoo Here No N/A
Spine 2D Demo of Spine's 2D skeletal animations Cruel 3DSX; CIA No N/A
demo ou mourir Small demo for the 3DS with music and 2D effects Desire Here No November 2015