All Projects → RMcTn → Notepad3DS

RMcTn / Notepad3DS

Licence: MIT license
Text editor for the Nintendo 3DS console

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Notepad3DS

smmdb
cross console/emulator sharing platform for Super Mario Maker courses
Stars: ✭ 51 (+200%)
Mutual labels:  3ds, 3ds-homebrew
ocs
A one click setup for 3ds
Stars: ✭ 13 (-23.53%)
Mutual labels:  3ds, 3ds-homebrew
ctroller
Use your 3DS as a gamepad on linux
Stars: ✭ 34 (+100%)
Mutual labels:  3ds, 3ds-homebrew
3ds-hello-dlang
A 3DS homebrew example written in D!
Stars: ✭ 19 (+11.76%)
Mutual labels:  3ds, 3ds-homebrew
dses
Dead Simple Eula Set
Stars: ✭ 31 (+82.35%)
Mutual labels:  3ds, 3ds-homebrew
libstarlight
3DS Homebrew Application Framework
Stars: ✭ 28 (+64.71%)
Mutual labels:  3ds, 3ds-homebrew
sm64-port
My mirror of the sm64-port. You probably want to look at the 3DS port branch: https://github.com/mkst/sm64-port/tree/3ds-port
Stars: ✭ 167 (+882.35%)
Mutual labels:  3ds, 3ds-homebrew
m3diaLib-CTR
A C++ library for easier homebrew development for the Nintendo 3DS
Stars: ✭ 39 (+129.41%)
Mutual labels:  3ds, 3ds-homebrew
3DS.py
Python on your Nintendo 3DS
Stars: ✭ 90 (+429.41%)
Mutual labels:  3ds, 3ds-homebrew
3dstool
An all-in-one tool for extracting/creating 3ds roms.
Stars: ✭ 246 (+1347.06%)
Mutual labels:  3ds
powerslaves
Taking PowerSaves as a slave to your will.
Stars: ✭ 28 (+64.71%)
Mutual labels:  3ds
Ninfs
FUSE filesystem Python scripts for Nintendo console files
Stars: ✭ 241 (+1317.65%)
Mutual labels:  3ds
fake-08
A Pico-8 player/emulator for console homebrew
Stars: ✭ 374 (+2100%)
Mutual labels:  3ds-homebrew
Sonic-1-2-2013-Decompilation
Sonic 1/2 (2013) Decompilation for New 3DS
Stars: ✭ 41 (+141.18%)
Mutual labels:  3ds
Universal Updater
An easy to use app for installing and updating 3DS homebrew
Stars: ✭ 241 (+1317.65%)
Mutual labels:  3ds
PokemonRNGGuides
A repository of Pokemon RNG abuse guides
Stars: ✭ 62 (+264.71%)
Mutual labels:  3ds
3ds Examples
Examples for 3DS using devkitARM, libctru, citro3d and citro2d
Stars: ✭ 221 (+1200%)
Mutual labels:  3ds
borica-3ds
PHP Borica EMV 3DS library
Stars: ✭ 15 (-11.76%)
Mutual labels:  3ds
new-browserhax-XL
Another one!
Stars: ✭ 32 (+88.24%)
Mutual labels:  3ds
3dshell
3DShell - (Pronounced 3D Shell) is a multi purpose file manager for the Nintendo 3DS. Heavily inspired by the CyanogenMod/LineageOS file manager.
Stars: ✭ 220 (+1194.12%)
Mutual labels:  3ds

Notepad3DS

Text editor for the Nintendo 3DS console.

Features

File opening/saving
Search for terms in a file (Will only find the first occurence. Looking to change this in future) Jump to beginning/end of a file

Usage

Instructions are provided on the bottom screen of the 3DS
The bottom screen is also used to show information about the file and some error messages (file opening failure for example)
Running Notepad3DS through the Homebrew Launcher will mean all file saves/opens will start from the /3ds/ directory. Prefix '../' to your filename to access the root folder.
Running Notepad3DS through a .cia will mean all file saves/opens will start from the root '/' directory. You can access files in other directories from here. For example, 3ds/files/example.txt

Buttons

A - Select the current line
B - Start a new file (with confirmation)
X - Save current file
Y - Open a new file
R - Search for a term in the file
DPad/CPad - Movement up/down
L - Hold with movement to jump to beginning/end

NOTE: Notepad3DS can access directories but cannot create them. Saving a file to a non existing directory will NOT save the file correctly.

Further information

Each line can hold a maximum of 1024 characters when edited. If a line with more than 1024 characters is edited, it WILL be truncated with no way of undoing this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].