Work in progress port of NX-Shell by joel16 (Multi purpose file manager) to the Nintendo WiiU.
- 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: OGG, WAV and MOD)
- Touch screen.
git clone --recursive https://github.com/rw-r-r-0644/WiiU-Shell.git
cd WiiU-Shell/
make
- rw-r-r-0644 for the wiiu porting.
- joel16 for the original NX-Shell and 3DShell.
- 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 WiiU-Shell to read pdfs and other epubs.
- FlameKat53 for making the icon.png
- GaryOderNichts for bug fixes and RPX compilation help