More actions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=NXGallery | |title=NXGallery | ||
|image= | |image=nxgallery2.png | ||
|description= | |description=Transfer your screenshots to your phone or PC in no-time. | ||
|author=iUltimateLP | |author=iUltimateLP | ||
|lastupdated=2021/10/25 | |lastupdated=2021/10/25 | ||
Line 8: | Line 8: | ||
|version=2.0.0 | |version=2.0.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nxgallery.7z | ||
|website=https://github.com/iUltimateLP/NXGallery | |website=https://github.com/iUltimateLP/NXGallery | ||
|source=https://github.com/iUltimateLP/NXGallery | |source=https://github.com/iUltimateLP/NXGallery | ||
|donation= | |donation= | ||
}} | }} | ||
A Nintendo Switch homebrew application to transfer your screenshots to your phone in no-time. | |||
==Features== | |||
*Simplifies the process of exchanging your console's gallery with your smartphone. | |||
*Allows easy and quick sharing of screenshots with your friends. | |||
*Needs Homebrew (CFW) installed on your Switch. | |||
==Installing== | ==Installing== | ||
Download the latest release and drag the NXGallery.nro file to the switch/ folder of your SD card. You can also drag the file to your Switch via ftpd | Download the [https://github.com/iUltimateLP/NXGallery/releases latest release] and drag the NXGallery.nro file to the switch/ folder of your SD card. | ||
You can also drag the file to your Switch via [[Ftpd Switch|ftpd]]. | |||
NXGallery | NXGallery is also available in the [https://apps.fortheusers.org/switch/NXGallery Homebrew App Store]. | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/nxgallery6.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
https://dlhb.gamebrew.org/switchhomebrews/nxgallery2.png | |||
https://dlhb.gamebrew.org/switchhomebrews/nxgallery3.png | |||
https://dlhb.gamebrew.org/switchhomebrews/nxgallery4.png | |||
https://dlhb.gamebrew.org/switchhomebrews/nxgallery5.png | |||
==Compatibility== | |||
NXGallery was tested working on Atmosphère 1.1.1 and firmware version 13.0.0, but should work above/below, if you know what you're doing. | |||
==Changelog== | ==Changelog== | ||
''' | '''v2.0''' | ||
* | * A complete new UI which adapts to the Switch visuals, and your preferred color scheme. | ||
* | * A scannable QR code to simplify the connection between the Switch and your smartphone. | ||
* | * A faster and more optimized web frontend which will not load all full images anymore but only thumbnails. | ||
* | * A new way of accessing the media files - all bugs regarding file-based emuMMC or different configurations should be fixed now. | ||
* ...and more technical stuff | * ...and more technical stuff. | ||
''' | '''v1.0''' | ||
* First Release. | * First Release. | ||
==Credits== | ==Credits== | ||
I've used the following libraries, without this project wouldn't have been possible: | I've used the following libraries, without this project wouldn't have been possible: | ||
* libnx | * [https://github.com/switchbrew/libnx libnx] | ||
* Atmosphère | * [https://github.com/Atmosphere-NX/Atmosphere Atmosphère] | ||
* nlohmann/json | * [https://github.com/nlohmann/json nlohmann/json] | ||
* React + React Material-UI | * [https://reactjs.org/ React] + [https://material-ui.com/ React Material-UI] | ||
* Borealis | * [https://github.com/natinusala/borealis Borealis] | ||
* QR-Code-generator | * [https://github.com/nayuki/QR-Code-generator QR-Code-generator] | ||
Also, special thanks to [https://github.com/HookedBehemoth/ShareNX HookedBehemoth's ShareNX] project which has helped me out on some rough edges. | Also, special thanks to [https://github.com/HookedBehemoth/ShareNX HookedBehemoth's ShareNX] project which has helped me out on some rough edges. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/iUltimateLP/NXGallery |
Revision as of 10:45, 19 April 2023
NXGallery | |
---|---|
General | |
Author | iUltimateLP |
Type | Other Apps |
Version | 2.0.0 |
License | MIT License |
Last Updated | 2021/10/25 |
Links | |
Download | |
Website | |
Source | |
A Nintendo Switch homebrew application to transfer your screenshots to your phone in no-time.
Features
- Simplifies the process of exchanging your console's gallery with your smartphone.
- Allows easy and quick sharing of screenshots with your friends.
- Needs Homebrew (CFW) installed on your Switch.
Installing
Download the latest release and drag the NXGallery.nro file to the switch/ folder of your SD card.
You can also drag the file to your Switch via ftpd.
NXGallery is also available in the Homebrew App Store.
Screenshots
Compatibility
NXGallery was tested working on Atmosphère 1.1.1 and firmware version 13.0.0, but should work above/below, if you know what you're doing.
Changelog
v2.0
- A complete new UI which adapts to the Switch visuals, and your preferred color scheme.
- A scannable QR code to simplify the connection between the Switch and your smartphone.
- A faster and more optimized web frontend which will not load all full images anymore but only thumbnails.
- A new way of accessing the media files - all bugs regarding file-based emuMMC or different configurations should be fixed now.
- ...and more technical stuff.
v1.0
- First Release.
Credits
I've used the following libraries, without this project wouldn't have been possible:
Also, special thanks to HookedBehemoth's ShareNX project which has helped me out on some rough edges.