xxh332211 / Moonlight-Switch

Moonlight port for Nintendo Switch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moonlight-Switch

Moonlight-Switch is a port of Moonlight Game Streaming Project for Nintendo Switch.

Thanks a lot to Rock88 and his Moonlight-NX, lots of streaming code has been lend from it 👍.

Screenshots

Preview

Installing

  1. Download latest Moonlight-Switch release.
  2. Put Moonlight-Switch.nro to sdcard:/switch/Moonlight-Switch;
  3. Launch hbmenu over Title Redirection (for FULL RAM access);
  4. Launch moonlight.

Or download it from HB App Store

Discord

Feel free to join Moonlight discord server, you will find me there in "switch-help" channel

Controls

Mouse

With touch screen you can move your coursor, tap to left click, scroll 2 fingers to scroll.

While touching screen ZR and ZL buttons will work like left and right mouse buttons.

Also While touching screen L and R sticks will work like scrolling wheel.

USB mouse working as well.

Keyboard

You can use onscreen keyboard, tap 3 fingers on screen to show it.

USB keyboard working as well.

Gamepad

By default Switch gamepad configured as X360 gamepad (A/B and X/Y swapped). Key mapping available in application settings.

Up to 5 gamepads (includes handheld mode) supported. Half of joycons are also supported.

Ingame overlay

To open overlay, press - and + key simultaneously by default or Hold ESC on keyboard.

Key combination and holding time are configurable in settings.

Localization

  • English (100%)
  • Russian (100%)
  • German (86%)
  • Spanish (72%)
  • Japanese (70%)
  • Chinese (simplified) (86%)
  • Czech (70%) - unsupported yet, as HOS has no such system language

Contribution

If you'd like to improve existing language, or add a new one, follow the instruction:

  1. Ask a permission to modify language here
  2. Notify me by creating an issue with title "[Localization] - {Name of language}", in description write your nickname on POEditor
  3. After translation is done, notify me in issue created earlier

You have 2 options to add that translation:

  1. If you'd like your profile in "contributors" section, you could add that localization by creating a PR
  2. If you don't care, I could do that by myself

If you'd like to test your translation, you could follow build instructions, or ask me to create a build with your localization, I'll attach that build in issue.

ATTENTION! Currently there is no way to select language inside of app, it takes from system settings, so it is impossible to add locatization, that HOS doesn't support (that happend with Czech language).

Build Moonlight-Switch

  1. Clone this repo with submodules by git clone https://github.com/XITRIX/Moonlight-Switch.git --recursive
  2. cd into folder

Switch:

  1. Build by make -j4
  2. If it doesn't work, try to install missing packages
  3. If it still doesn't work, god bless you!

Switch using Docker:

  1. scripts/build-switch.sh
  2. Find Moonlight-Switch.nro

MacOS (XCode):

  1. Open .xcodeproj
  2. Fix dependency folders if you need inside Project->Moonlight->Search Paths
  3. Run the build
  4. If it doesn't work, try to install missing packages using Homebrew
  5. And again, god bless you!

Linux/Windows/MacOS

  1. Install meson and ninja
  2. Run meson build
  3. Run ninja -C build
  4. Install every dependency which compiler asks and return to 5
  5. Start app with ./build/moonlight

About

Moonlight port for Nintendo Switch

License:GNU General Public License v3.0


Languages

Language:C++ 92.8%Language:Python 4.1%Language:Makefile 1.8%Language:Meson 0.5%Language:Shell 0.3%Language:C 0.2%Language:Dockerfile 0.2%