/NX-Shell

3DShell port for the Nintendo Switch.

Primary LanguageCGNU General Public License v3.0GPL-3.0

NX-Shell

Work in progress port of 3DShell (Multi purpose file manager) to the Nintendo Switch.

Features:

  • Delete files and folders.
  • Copy/Move files and folders.
  • Rename files and folders.
  • Create folders.
  • Displays file size. (files only ATM)
  • Image viewer (PNG/JPG/GIF/BMP)
  • Extract .ZIP files.
  • Sorting options (Sort by name, date, size).
  • Dark theme toggle.
  • Audio playback. (Following formats are supported: MP3, OGG, WAV and MOD)
  • Touch screen.
  • Ebook reader.

Build instructions

git clone https://github.com/joel16/NX-Shell.git
cd NX-Shell/ && git submodule update --init --recursive
cd mupdf/ && make generate
cd ../ && make

Credits:

  • Preetisketch for some of the assets used as well as the banner.
  • StevenMattera for the implementing the foundation of all touch-screen code.
  • rock88 for integrating mupdf, allowing NX-Shell to read pdfs and other epubs.