{"id":15115051,"url":"https://github.com/GaryOderNichts/moonlight-wiiu","last_synced_at":"2025-09-27T19:31:25.883Z","repository":{"id":44589534,"uuid":"353501945","full_name":"GaryOderNichts/moonlight-wiiu","owner":"GaryOderNichts","description":"Moonlight Wii U port","archived":false,"fork":false,"pushed_at":"2024-06-12T02:00:19.000Z","size":11011,"stargazers_count":150,"open_issues_count":27,"forks_count":14,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-12T02:05:32.345Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"moonlight-stream/moonlight-embedded","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GaryOderNichts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-31T22:05:25.000Z","updated_at":"2024-12-28T13:16:52.000Z","dependencies_parsed_at":"2024-09-26T01:57:00.505Z","dependency_job_id":null,"html_url":"https://github.com/GaryOderNichts/moonlight-wiiu","commit_stats":null,"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaryOderNichts%2Fmoonlight-wiiu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaryOderNichts%2Fmoonlight-wiiu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaryOderNichts%2Fmoonlight-wiiu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaryOderNichts%2Fmoonlight-wiiu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaryOderNichts","download_url":"https://codeload.github.com/GaryOderNichts/moonlight-wiiu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234453720,"owners_count":18835113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-26T01:43:39.931Z","updated_at":"2025-09-27T19:31:25.561Z","avatar_url":"https://github.com/GaryOderNichts.png","language":"C","funding_links":[],"categories":["📺 Clients"],"sub_categories":["✴️ Third-Party Moonlight Clients"],"readme":"# Moonlight Wii U\n\nMoonlight Wii U is a port of [Moonlight Embedded](https://github.com/moonlight-stream/moonlight-embedded), which is an open source client for [Sunshine](https://github.com/LizardByte/Sunshine) and NVIDIA GameStream. Moonlight allows you to stream your full collection of games and applications from your PC to other devices to play them remotely.\n\n## Quick Start\n\n\u003e :information_source: A Wii U LAN Adapter is recommended!\n\n* Grab the latest version from the [releases page](https://github.com/GaryOderNichts/moonlight-wiiu/releases) and extract it to the root of your SD Card.\n* Enter the IP of your Sunshine/GFE server in the `moonlight.conf` file located at `sd:/wiiu/apps/moonlight`.\n* Ensure your Sunshine/GFE server and Wii U are on the same network.\n* If using GFE, turn on Shield Streaming in the GFE settings.\n* Pair Moonlight Wii U with the server.\n* Accept the pairing confirmation on your PC.\n* Connect to the server with Moonlight Wii U.\n* Play games!\n\n## Configuration\n\nYou can configure all of the documented settings in the `moonlight.conf` file located at `sd:/wiiu/apps/moonlight`.  \nNote that a lot of option are commented out by default, to edit them you need to remove the `#` in front of them.\n\n## Supported controllers\n\n* Gamepad (can be disabled with the `disable_gamepad` option).\n* Up to 4 Wii U Pro Controllers and Wii Classic Controllers (Pro).  \n  The Gamepad needs to be disabled to use the 4th controller.\n\n## Troubleshooting\n### Input doesn't work when using Sunshine\nVerify that you've installed [Nefarius Virtual Gamepad](https://github.com/nefarius/ViGEmBus/releases/latest) and restarted your PC after the installation.\n\n### The stream disconnects frequently/immediately\nDepending on your network connection you need to adjust the configuration to find a stable bitrate and resolution.\nTry something like this to get started:\n```\nwidth = 854\nheight = 480\nfps = 30\n```\n```\nbitrate = 1500\n```\nThen slowly increase the bitrate until the stream is no longer stable.\n\n### Can't find app Steam\nMoonlight Wii U tries to start the app \"Steam\" by default, but sunshine does not have a default Application called \"Steam\".  \nYou can either rename the app in the `moonlight.conf` to\n```\napp = Steam Big Picture\n```\nwhich is a default option in sunshine or add a new application called \"Steam\" in the sunshine configuration.\n\n## See also\n\n[Moonlight-common-c](https://github.com/moonlight-stream/moonlight-common-c) is the shared codebase between different Moonlight implementations\n\n## Contribute\n\n1. Fork us\n2. Write code\n3. Send Pull Requests\n\n## Building from source\nInstall the required dependencies: `(dkp-)pacman -S --needed wiiu-dev wiiu-sdl2 wiiu-curl wiiu-mbedtls ppc-freetype ppc-libopus ppc-libexpat`.  \nRun `make` to build moonlight.\n\n### Using docker\nYou can also build moonlight-wiiu using the provided Dockerfile.  \nUse `docker build -t moonlightbuilder .` to build the container.  \nThen use `docker run -it --rm -v ${PWD}:/project moonlightbuilder make` to build moonlight.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaryOderNichts%2Fmoonlight-wiiu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGaryOderNichts%2Fmoonlight-wiiu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGaryOderNichts%2Fmoonlight-wiiu/lists"}